Lets say you have strings of this format.
January 11th, "111" November 1st, "1101" October 13th, "1013" etc.
So basically all you want to parse it and store in two variables date and month.
I do not need code for parsing, I can easily do that. I was just wondering if someone knows the way to do it using something like DateTime.TryParse() or something similiar.
Cheers