Posted by Jamsi in
VB.NET on Mar 4th, 2010 |
1 Comment
Recently I had a client request for reporting services dates to use ordinal numbers, that being, “1st instead of 1, 2nd instead of 2″ etc. To my surprise, this isn’t a standard datetime format in reporting services!
So I set out to create my own ordinal function based on a C# version...