Return to Snippet

Revision: 19892
at November 3, 2009 06:17 by yisreldov


Initial Code
(new Date(978300000000 + 196195080 *1000 )).toLocaleString();

//or
(new Date(978300000000 + timerInterval *1000 )).toLocaleString();

Initial URL
http://snipplr.com/developer/

Initial Description
This will convert a *TimmerInterval* to a locaized date ...

Initial Title
iPhoto dateInterval to localized date

Initial Tags
javascript

Initial Language
JavaScript