How to get time in milliseconds since the Unix epoch in JavaScript?
Answers
Answered by
0
The standard Unix epoch is an expression in seconds. The Unix epoch or Unix time is the number of seconds elapsed since January 1, 1970.
The getTime() method is used to return the millisecond representation of the Date object.
hope it help
mark as brainliest
The getTime() method is used to return the millisecond representation of the Date object.
hope it help
mark as brainliest
Similar questions