I'm parsing some EXIF files.
One of the meta fields is Date/Time Original of which is in the following format:
2009:09:02 03:28:43.
My application is creating some meta-object types that will be validated against a schema. My schema defines the Date/Time Original field as being of type DateTime.
How can I convert the above to the XSD DateTime using Java?