We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd79ad commit 9145d59Copy full SHA for 9145d59
readme.md
@@ -885,7 +885,7 @@ Passing `wordForm` argument in when it is not applicable will not make any diffe
885
```
886
887
### <a id="date-time-to-ordinal-words">DateTime to ordinal words</a>
888
-This is kind of an extension of Ordinalize
+This is kind of an extension of ToWords and Ordinalize
889
```C#
890
// for English UK locale
891
new DateTime(2015, 1, 1).ToOrdinalWords() => "1st January 2015"
0 commit comments