Blog
JavaScript – Date.now()
One of the newer functions that was added as of the 5th edition of ECMA-262 is Date.now(). This function returns the number of milliseconds that have passed since January 1, 1970 at midnight GMT time (UTC). If you desire to write code that uses this newer function, in order to Read more…