What’s the best way to parse an XML dateTime in Java?

There’s also javax.xml.bind.DatatypeConverter#parseDateTime(String xsdDateTime), which comes as part of the JDK.

Leave a Comment