Possible Duplicate:
Format date in C#
I want to display the date in the formatMay 16, 2011. I have used format String.Format("{0:D}" by which i got the output like Monday, May 16, 2011 .
So please any one tell me how i will be able to show date time in the following formatMay 16, 2011
Thanks in advance
Here is the documentation.
Custom Date and Time Format Strings