js moment now code example
Example 1: format a date moment
moment(testDate).format('MM/DD/YYYY');
Example 2: moment now format
var date = moment().format('MM/DD/YYYY');
Example 3: moment js from now
moment(date).fromNow();
Example 4: momentjs docs
npm install moment