How to convert the date (12/24/2009 12:48:00 PM) into the format dd-mm-yy?
I tried the following code:
DateTime.TryParse(12/24/2009 12:48:00 PM,out registereddate);
strregdate = registereddate.ToString("dd-mm-yyyy");
But, the output comes as 24-48-2009. How to convert