You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, converting 23/10/2020 to 23ème octobre 2020 and should return 23 octobre 2020. the only time where the date should be written ordinaly in french is the first day of the month like 1er Avril 2021.
The text was updated successfully, but these errors were encountered:
It looks like the same issue in present in Spanish (es-ES) culture: Console.WriteLine(DateTime.Now.ToOrdinalWords()); // Returns => 20.º julio 2021
Dates are not written in ordinal words in Spanish so the function should return "20 de julio de 2021".
I wish this would be solved in a future release. However, it may be argued that "ToOrdinalWords()" does not apply to all languages.
At the moment, converting
23/10/2020
to23ème octobre 2020
and should return23 octobre 2020
. the only time where the date should be written ordinaly in french is the first day of the month like1er Avril 2021
.The text was updated successfully, but these errors were encountered: