how to get current time with moment js in node js code example
Example: how to get current time using moment
var startDate = moment().subtract(1, 'days'); //one day before the current time
var startDate = moment().subtract(1, 'days'); //one day before the current time