I have Service fetch date string from web and then I want to pare it to Date object. But somehow application crashes.
This is my string that I\'m parsi
The error is saying that simpleDateFormat does not recognize the character X. If you are looking for milliseconds it is represented with the character S.
DateFormat df = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ");