Tuesday, September 2, 2008

ToShortDateString mm/dd/yyyy format C#

instead of using ToShortDateString use this -

string

UpDated=DateTime.Now.ToString("MM/dd/yyyy");
--

No comments: