/ Published in: JavaScript
This will convert a *TimmerInterval* to a locaized date ...
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
(new Date(978300000000 + 196195080 *1000 )).toLocaleString(); //or (new Date(978300000000 + timerInterval *1000 )).toLocaleString();
URL: http://snipplr.com/developer/