xxxxxxxxxx
moment().format('MMMM Do YYYY, h a'); // April 6th 2024, 6:40:27 pm
moment().format('dddd'); // Saturday
moment().format("MMM Do YY"); // Apr 6th 24
moment().format('YYYY [escaped] YYYY'); // 2024 escaped 2024
moment().format(); // 2024-04-06T18:40:27+05:30
xxxxxxxxxx
moment().format('MMMM Do YYYY, h a'); // April 6th 2024, 6:40:50 pm
moment().format('dddd'); // Saturday
moment().format("MMM Do YY"); // Apr 6th 24
moment().format('YYYY [escaped] YYYY'); // 2024 escaped 2024
moment().format(); // 2024-04-06T18:40:50+05:30
xxxxxxxxxx
moment().format('MMMM Do YYYY'); // April 6th 2024, 6:41:40 pm
moment().format('dddd'); // Saturday
moment().format("MMM Do YY"); // Apr 6th 24
moment().format('YYYY [escaped] YYYY'); // 2024 escaped 2024
moment().format(); // 2024-04-06T18:41:40+05:30