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
I think this is a perfect fit for Humanize method. Maybe we should ask for this behavior using an optional param (which I don't really like) or create an overload with a format string (in which the formatter would have to be mandatory to differentiate it from the current Humanize method. Alternatively we could create a new method for this. ToOrdinalWords maybe?
It'd be useful to be able to get just the ordinal suffix, so
st
,nd
,rd
,th
for numbers, especially when working with dates.Use case:
The text was updated successfully, but these errors were encountered: