/ Published in: JavaScript
URL: http://snipplr.com/developer/
This will convert a TimmerInterval to a locaized date ...
Expand |
Embed | Plain Text
(new Date(978300000000 + 196195080 *1000 )).toLocaleString(); //or (new Date(978300000000 + timerInterval *1000 )).toLocaleString();
You need to login to post a comment.
