Possible Duplicate:
How to calculate “time ago” in Java?
Is there any good example of creating text on how much time has passed since an event has occurred (like for instance Youtube has comments ("x hours ago", "y months ago", ...))?
I'm working in Java. I know I could implement this on my own but if there is a solution than it would save some of my time. Thank you