Answers for "how to get current date using moment.js"

-2

how to get current time using moment

var startDate = moment().subtract(1, 'days'); //one day before the current time
Posted by: Guest on February-22-2021

Code answers related to "how to get current date using moment.js"

Browse Popular Code Answers by Language