Date Format Using cultureinfo.invariantculture in asp.net c#
Guys,I want to convert the date format MM/dd/yyyy (20/01/2016) to "JANUARY 20th" (th - prefix) format. I could convert MM/dd/yyyy (20/01/2016) to "JANUARY 20" using cultureinfo.invariantculture "MMMM d" format. But i expect the prefix (5th,3rd) with the date.
Please help to get that required format (JANURAY 20th - th as prefix).
Regards,
Rajabharathi R