I have a string "2009-10-08 08:22:02Z" which is in ISO-8601 format.
How do I use DateTime to parse this format?
|
The DateTime class supports the standard format string of u for this format I think for the ISO format (with the T separator), use "s" instead of "u". Or use:
to support both formats. |
||||
|
|
|
No, it's not ISO 8601. Valid ISO 8601 representation would have
|
|||||||||||||
|