Hi I have the following method and I\'m passing it the value \"07 Jan 2014 13:48:46\" and from what I understand the TryParseExact should be matching the format \"dd MMM yyyy hh
24-hour time requires use of HH, not hh. Lowercase h is for 12 hour time.
HH
hh
h
See: http://msdn.microsoft.com/en-us/library/8kb3ffffd4%28v=vs.110%29.aspx