How can I convert this "Tuesday, March 30, 2010 10:45 AM" string to a DateTime practically?
- by burak ozdogan
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,