How can I convert this "Tuesday, March 30, 2010 10:45 AM" string to a DateTime practically?

Posted by burak ozdogan on Stack Overflow See other posts from Stack Overflow or by burak ozdogan
Published on 2010-03-25T16:32:37Z Indexed on 2010/03/25 16:43 UTC
Read the original article Hit count: 413

Filed under:
|
|

Well,

This is a string I get from a web service:

"Tuesday, March 30, 2010 10:45 AM"

and I need to convert it to a DateTime.

Do you know a simple way to achieve this?

Thanks,

© Stack Overflow or respective owner

Related posts about string

Related posts about datetime