Is it possible to include the day suffix when formatting a date using DateTime.ToString()?
For example I would like to print the date in the following format - Monday 27th July 2009. However the closest example I can find using DateTime.ToString() is Monday 27 July 2009.
Can I do this with DateTime.ToString() or am I going to have to fall back to my own code?