Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9180683
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T18:06:52+00:00 2026-06-17T18:06:52+00:00

Possible Duplicate: JSON Scraping – Convert military time to standard time via Javascript My

  • 0

Possible Duplicate:
JSON Scraping – Convert military time to standard time via Javascript

My input is e.g.

0400

0915

1200

1615

0015

I need to convert them to e.g

04:00am

09:15am

12:00pm

04:15pm

00:15am

Is there any scripts available that I can make use of?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T18:06:53+00:00Added an answer on June 17, 2026 at 6:06 pm
    var getFormattedTime = function (fourDigitTime){
        var hours24 = parseInt(fourDigitTime.substring(0,2));
        var hours = ((hours24 + 11) % 12) + 1;
        var amPm = hours24 > 11 ? 'pm' : 'am';
        var minutes = fourDigitTime.substring(2);
    
        return hours + ':' + minutes + amPm;
    };
    

    Here’s a fiddle to test it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: How to parse JSON in JavaScript { data: [ { name: JoongBum
Possible Duplicate: How to parse JSON in JavaScript I have this JSON string: [{title:
Possible Duplicate: How do I test for an empty Javascript object from JSON? var
Possible Duplicate: Easiest way to convert json data into objects with methods attached? Casting
Possible Duplicate: How to parse JSON in JavaScript Hi I have to parse the
Possible Duplicate: JSON Javascript escape I tested my JSON on jsonlint and it is
Possible Duplicate: Allowed characters in cookies I'm using JSON.stringify to convert an object to
Possible Duplicate: JSON to javaScript array Can anybody point me out how i can
Possible Duplicate: how to parse json in javascript My server is configured to send
Possible Duplicate: PHP convert XML to JSON Here is what my a sample of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.