Sunday, 4 June 2017

android - How to convert java.util.date to iso 8601?

I want to convert my current system date and time to ISO 8601 in this format "2012-04-23T18:25:43.511Z". Please help.

No comments:

Post a Comment

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...