Sometimes, we want to use the analog of the Date.now()
JavaScript method in Moment.js.
In this article, we’ll find the analog of the Date.now()
JavaScript method in Moment.js.
What is the analog of the Date.now() JavaScript method in Moment.js?
The analog of the Date.now()
JavaScript method in Moment.js is the moment().valueOf()
method.
It returns the UNIX timestamp in milliseconds.