I have a string in the standard ISO 8601 format that contains the date / time returned from the web service, for example:
String dtStart = "2010-10-15T09:27:37Z"
How can I get this in an object such as Time or Date? I initially want to output it in a different format, but later it will have to do other things (i.e., Maybe use it in a different format).
Hurrah
java android parsing iso8601
neildeadman Oct. 15 '10 at 10:24 2010-10-15 10:24
source share