SyntaxFix
Write A Post
Hire A Developer
Questions
Addition to the above answer by @djechlin
d = '1394104654000'; new Date(parseInt(d));
converts EPOCH time to human readable date. Just don't forget that type of EPOCH time must be an Integer.