I have a date that has the format:
"yyyy-MM-dd'T'HH:mm:ss'Z'"
I'd like to convert it to something similar to:
"3 minutes ago"
How can I go about doing this?
|
I have a date that has the format:
I'd like to convert it to something similar to: "3 minutes ago" How can I go about doing this?
| |||
feedback
|
|
Ugly, but does the trick.. and yes, a duplicate! :(
| ||||
|
feedback
|
|
See this SO question: | |||
|
feedback
|
|
For oarsing the date, check how to parse date in java? For displaying it in a nicer format, check for PrettyTime. | |||
|
feedback
|