moment / luxon

⏱ A library for working with dates and times in JS
https://moment.github.io/luxon
MIT License
15.33k stars 730 forks source link

Add "<X>th" day of the month, the equivalent of moment.js' `Do` format #1521

Closed Arro closed 11 months ago

Arro commented 1 year ago

Is your feature request related to a problem? Please describe. I'd like to be able to display October 7th rather than October 7. This format would be useful.

Describe alternatives you've considered I could hardcode it, I suppose.

diesieben07 commented 11 months ago

Duplicate of #118 and #1411. As far as I am aware the situation has not changed.