converting timestamp to relative time in android

1.1k Views Asked by At

Timestamp which I use is in the format "YYYY-MM-DD HH:MM:SS" now I want it to convert it into corresponding relative time . Have searched a lot on this topic . I know DateUtils can be used to do this , but I cannot find any method in DateUtils that uses Timestamp as a parameter.

1

There are 1 best solutions below

0
On BEST ANSWER