Answers for "get unix time ja"

16

javasctipt unix timestamp from date

Math.round(new Date().getTime() / 1000).toString()
Posted by: Guest on June-19-2020
1

java get unix timestamp

long unixTime = System.currentTimeMillis() / 1000L;
Posted by: Guest on April-02-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language