Is there a JavaScript library available that can convert a timestamp (Date Java class value) to text?
For example:
- Just two minutes ago
- 4 hours back
- 23 August 2009
Does such a library exist? If not, I'll take on the challenge of implementing it myself.