moment to iso string code example
Example 1: how to get iso date with moment
moment().toISOString(); // or format() - see below
Example 2: moment js print date
moment(testDate).format('MM/DD/YYYY');
Example 3: momentjs docs
npm install moment