Hello I have an unusual date format that I would like to parse into a DateTime object
string date ="20101121"; // 2010-11-21
string time ="13:11:41: //HH:mm:ss
I would like to use DateTime.Tryparse() but I cant seem to get started on this.
Thanks for any help.