Friday, January 30, 2009

Localization Convert Date from UK to US


Use the method

Convert.ToDateTime(somestring, System.Globalization.CultureInfo.CreateSpecificCulture("en-US"))

To convert date to a specific US culture

No comments: