Top "Time-format" questions

Time formats are specifications used for unambiguous representation of dates and times.

Convert a Unix timestamp to time in JavaScript

I am storing time in a MySQL database as a Unix timestamp and that gets sent to some JavaScript code. …

javascript date time time-format
Get month name from Date

How can I generate the name of the month (e.g: Oct/October) from this date object in JavaScript? var …

javascript date date-format time-format
JavaScript seconds to time string with format hh:mm:ss

I want to convert a duration of time, i.e., number of seconds to colon-separated time string (hh:mm:ss) …

javascript date time date-format time-format
Javascript add leading zeroes to date

I've created this script to calculate the date for 10 days in advance in the format of dd/mm/yyyy: var …

javascript date date-format time-format leading-zero
Convert seconds to HH-MM-SS with JavaScript?

How can I convert seconds to an HH-MM-SS string using JavaScript?

javascript date time date-format time-format
How to convert milliseconds to "hh:mm:ss" format?

I'm confused. After stumbling upon this thread, I tried to figure out how to format a countdown timer that had …

java time-format countdowntimer
Getting Hour and Minute in PHP

I need to get the current time, in Hour:Min format can any one help me in this.

php datetime time datetime-format time-format
Javascript: convert 24-hour time-of-day string to 12-hour time with AM/PM and no timezone

The server is sending a string in this format: 18:00:00. This is a time-of-day value independent of any date. How to …

javascript time-format
How do I convert datetime to ISO 8601 in PHP

How do I convert my time from 2010-12-30 23:21:46 to ISO 8601 date format? (-_-;)

php datetime date-format datetime-format time-format
How to display a date as iso 8601 format with PHP

I'm trying to display a datetime from my MySQL database as an iso 8601 formated string with PHP but it's coming …

php mysql date date-format time-format