A website I am looking at has the following code.
var d = new Date(1362236400000);
This javascript date object somehow encodes the following HTML output,
"2/3/2013 10:00"
Could someone please explain this encoding? I need to make a python script that manipulates those javascript numbers to recreate the HTML output. Thanks!