I need an internationalized string which describes a comparison between a past or future Date object and the current date. So something like..
- 45 minutes ago.
- 3 days, 6 hours ago.
- 3 hours left.
- 6 days left.
I have looked at DateUtils class which has a getRelativeTimeSpanString(), but this shows time in formats like..
- in 2 days.
- on March 6th.
- in 3 hours.
Are there any alternative libraries that someone has come across which supports this type of thing, ideally internationalized as well.