SyntaxFix
Write A Post
Hire A Developer
Questions
You can use Date.getTime() function, or the Date object itself which when divided returns the time in milliseconds.
Date.getTime()
Date
var d = new Date(); d/1000 > 1510329641.84 d.getTime()/1000 > 1510329641.84