I\'m completely stumped on this one. As far as I can see the documentation and other posts on SO I\'ve read say this should work. I must be missing something silly, but I ju
Does this work
string myDate = "30-12-1899 07:50:00:AM"; DateTime dt1 = DateTime.ParseExact(myDate, "dd-MM-yyyy hh:mm:ss:tt", CultureInfo.InvariantCulture)