Tuesday 30 October 2018

json - How to convert time format utc to ist zone in android

I am getting time String like this from jsonAPI "2017-03-16T17:23:44.860Z",

And i want to convert INDIAN STANDARD TIME ZONE format Like this 3/16/2017 10:53:44 PM.
And finally textview.setText("3/16/2017 10:53:44 PM")

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...