Hi All,

I normally don't post questions, but google is giving me a brain overload with this one. Simply put, I am calling an external class, which returns me a date. This date looks like this:

Tue Apr 24 18:49:25 CDT 2012

I just need to get this date in DateTime format, so I can insert it into my sql compact 3.5 database. I haven't been able to find a clear cut easy method for converting a custom date like this one, and am almost to the point now of using substring to get it to look the way I want. Does anyone have an idea of how this can be done with the standard system.convert or some other method?

Thanks!