I'm trying to convert the following XMLSchema datetime datatype literal
"~@http://www.w3.org/2001/XMLSchema#dateTime 2015-04-18T07:52:53.653"
into Java datetime object. I tried different alternatives including the one presented in Java SimpleDateFormat pattern for W3C XML dates with timezone, but never succeeded. Also tried the issue described in https://www.ibm.com/developerworks/community/blogs/HermannSW/entry/java_simpledateformat_vs_xs_datetime26?lang=en, but again unsuccessful. Any solution?