Hello Ranchers!
I got a problem converting an XML dateTime
String to a Date object.
The XML dateTime String looks like this:
2006-11-07T05:31:33Z
I tried to convert it this way:
From the results I found using google this should be correct . (?)
But it's always giving me a parsing error saying:
Unparseable date: "2006-11-07T05:31:33Z"
And well I can't figure out how to do it.
I hope someone here is able to give me a hint at least. ;)
Thanks a lot in advance.