i have to parse this string below into a datetime object in C#:
Wed, 13 Apr 2011 07:11:04 -0400 (EDT)
what is the simplest way of doing this?
I understand there is DateTime.Parse and DateTime.ParseExact but i am trying to figure out what the custom format syntax would be for this above.