demo 1:

demo 2:

demo 3:unix

demo 4:

demo 5:

demo 6:

demo 7:unix


const moment = require('moment');

const d = new Date('2019/06/01');

moment(d).format('MMMM d, YYYY'); // June 1, 2019

Date

Time

Date

Example Output
YYYY-MM-DD 2014-01-01
dddd, MMMM Do YYYY Friday, May 16th 2014
dddd [the] Do [of] MMMM Friday the 16th of May