Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

timestamp js

var currentTimeInSeconds=Math.floor(Date.now()/1000); //unix timestamp in seconds
var currentTimeInMilliseconds=Date.now(); // unix timestamp in milliseconds
Source by en.wikipedia.org #
 
PREVIOUS NEXT
Tagged: #timestamp #js
ADD COMMENT
Topic
Name
5+9 =