String to Date/Time
Posted
by theblip
on Stack Overflow
See other posts from Stack Overflow
or by theblip
Published on 2010-04-30T02:25:02Z
Indexed on
2010/04/30
2:27 UTC
Read the original article
Hit count: 675
I have a serialized DateTime string which looks like this:
2010-04-14T16:32:06.75+10:00
What is the simplest way of deserializing/parsing it back into a DateTime?
© Stack Overflow or respective owner