SyntaxFix
Write A Post
Hire A Developer
Questions
you just need to divide the Date Time stamp by 1000 like:
var a = 1437203995000; a = (a)/1000;