show/hide this revision's text 4 edited tags
show/hide this revision's text 3 added 332 characters in body; edited tags

hi guys, I used the following code. string result = DateTime.ParseExact("24/5/2009 3:40:00 AM", "d/M/yyyy h:mm", CultureInfo.InvariantCulture) .ToString("M/d/yyyy h:mm");

In my textbox time after 12'0 Clock( for eg:24/5/2009 14:00 ) i want to convert dateformat from dd/MM/yyyy hh:mm to MM/dd/yyyy hh:mm.I have time along with date. For eg:24/5/2009 3:40:00 AM to 5/24/2009 3:40:00 AM. Can format as 24/5/2009 2:00 PM.Can anybody helpgive appropriate code?

show/hide this revision's text 2 retagged
show/hide this revision's text 1