Skip to content

Commit

Permalink
Update readme with date to words
Browse files Browse the repository at this point in the history
Changed the readme to add date-to-words documentation.
  • Loading branch information
CiscoAstrum committed Jun 9, 2022
1 parent 7fd79ad commit 9145d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -885,7 +885,7 @@ Passing `wordForm` argument in when it is not applicable will not make any diffe
```

### <a id="date-time-to-ordinal-words">DateTime to ordinal words</a>
This is kind of an extension of Ordinalize
This is kind of an extension of ToWords and Ordinalize
```C#
// for English UK locale
new DateTime(2015, 1, 1).ToOrdinalWords() => "1st January 2015"
Expand Down

0 comments on commit 9145d59

Please sign in to comment.