Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js convert date to timestamp

const timestamp = new Date().getTime() // return timestamp in miliseconds
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #js #convert #date #timestamp
ADD COMMENT
Topic
Name
8+1 =