Sharepoint : Changing date format using javascript
I would recommend to use : Moment.js library (link) Format Dates moment().format(‘MMMM Do YYYY, h:mm:ss a’); // December 6th 2018, 11:55:15 am moment().format(‘dddd’); // Thursday moment().format(“MMM Do YY”); // Dec 6th 18 moment().format(‘YYYY [escaped]...