jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.34k stars 513 forks source link

Ordinal numbers should be sorted numerically not alphabetically #139

Closed JofArnold closed 6 years ago

JofArnold commented 8 years ago

I.e.

"every month on the 1st, 10th, 11th, 12th, 13th, 14th, 15th, 16th, 17th, 18th, 19th, 2nd, 20th, 21st, 22nd, 23rd, 24th, 25th, 26th, 27th, 28th, 29th, 3rd, 30th, 31st, 4th, 5th, 6th, 7th, 8th and 9th until May 4, 2020"

Should be shown as

"every month on the 1st, 2nd, 3rd, 4th, ..."

rbj325 commented 7 years ago

This is a duplicate of: https://github.com/jakubroztocil/rrule/issues/101

espen commented 6 years ago

Closed in favour of #101