What\'s the best way to parse an XML dateTime in Java? Legal dateTime values include 2002-10-10T12:00:00-05:00 AND 2002-10-10T17:00:00Z
Is there a good open source l
http://xmlbeans.apache.org/samples/DateTime.html
There is XmlDateTime class. Just do XMLDateTime.stringToDate(xmlDateTime).