DateTime dt = DateTime.ParseExact("1122010", "Mddyyyy", System.Globalization.CultureInfo.CurrentCulture);
Throwing this exception: String was not recognized as a valid DateTime.
I'm sure it's the lack of a leading 0 in the month. What's the correct format string?