Tuesday, 13 August 2013

Windows Azure Date Format to Java Date

Windows Azure Date Format to Java Date

I'm retrieving JSON from Azure and receive the date as
1900-01-01T16:00:00.000Z for example. Now this part of a JSONObject, but
how do I correctly parse this into the Java date format?
Thanks for any ideas

No comments:

Post a Comment