We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
st
nd
rd
th
Use case:
Assert.That("20th August 2014", Is.EqualTo(new DateTime(2014, 8, 20).<something>());