How should i clip time and timezone android -
i'm getting server response date as
"commented_on": "2017-04-06t14:01:23z"
out of need "2017-04-06"
want clip time , timezone when displaying date user? how shall ?
string wanted = "2017-04-06t14:01:23z".split("t")[0];
Comments
Post a Comment