js import moment code example
Example 1: format a date moment
moment(testDate).format('MM/DD/YYYY');
Example 2: import * as moment from 'moment';
npm install moment-strftime
moment(testDate).format('MM/DD/YYYY');
npm install moment-strftime