I have a value that is being rendered from an acti...
# android
d
I have a value that is being rendered from an activity:
dateTv.text = article.publishedAt
this returns
"2018-12-10T19:48:39Z"
how can I turn this into a readable format
stackoverflow 3