moment js get current date time code example
Example 1: format a date moment
moment(testDate).format('MM/DD/YYYY');
Example 2: moment js from now
moment(date).fromNow();
Example 3: how to get current time using moment
var startDate = moment().subtract(1, 'days'); //one day before the current time