Date to Millisecond Calculators

Several date to millisecond calculators, useful when coding countdown timers, cookie expiration settings or other date related scripts. The calculators are coded in JavaScript.

The known data:

Your computer's time:

equals
milliseconds
since
.

Convert a millisecond value to a date string

this (milli)second time number:

is the equivalent of this date string:

Date to milliseconds converter

a date string
examples:
"Mon Jun 18 2007 00:00:00 GMT-0400 (Eastern Daylight Time)"
or "09/23/2000"
or "09/23/2000 9:45:00"



What date would that be?

Your computer's time:


equals this date:

A temporal value converted to milliseconds


equals so many (milli)seconds:

Milliseconds converted to a temporal value

So many (milli)seconds:

equals so many :

How much time between now and then?

Your computer's time:

and this date:
examples:
"Mon Jun 18 2007 00:00:00 GMT-0400 (Eastern Daylight Time)"
or "09/23/2000"
or "09/23/2000 9:45:00"


are so many apart:

How much time between now and then (using a millisecond date value)?

Your computer's time:

and this date in (milli)seconds:

are so many apart:


Leave a Reply