Rick
0
Q:

javasctipt unix timestamp from date

var s = new Date(1504095567183).toLocaleDateString("en-US")
// expected output "8/30/2017"  
console.log(s);
6
Math.round(new Date().getTime() / 1000).toString()
2

New to Communities?

Join the community