moment(availability[0].StartDate).locale(locale)
.format('Do')
In the image, there’s a th
suffix appearing after the number 25. Please ensure this suffix is removed when updating the date using Moment.js.
In the image, there’s a th
suffix appearing after the number 25. Please ensure this suffix is removed when updating the date using Moment.js.
1
moment(availability[0].StartDate).locale(locale)
.format('D')