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?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…