I\'m trying to convert the following string to datetime. I\'ve searched high and low and can\'t find the exact formats string and I don\'t want to resort to parsing it manually.
The documentation on the format string is here: http://msdn.microsoft.com/en-us/library/8kb3ffffd4.aspx
That should get you started. :)