Date Format in C# | The ASP.NET Forums
Hi, I want to get date in "mm/dd/yyyy" format. I want short date. Can someone help? thanks. ... Hi xiuxian, If you want to convert a DateTime object to a String and you want a specific format, try passing the format to the .ToString() Method....