Hi guys
I want to convert the following string to datetime format but not sure how to go from here
Any help is appreciated.
Thanks!
2013063018 to 30/06/2013 18:00
string date = strFields[0];
//string format = "ddMMyyyHH";
DateTime dt = DateTime.ParseExact(date, "dd/mm/yyyy hh:ss", CultureInfo.InvariantCulture);