Possible Duplicate:
Javascript library for human-friendly relative date formatting
How to show 2days ago, 3 months ago instead of time and date in Jquery?
Possible Duplicate:
Javascript library for human-friendly relative date formatting
How to show 2days ago, 3 months ago instead of time and date in Jquery?
You need to use a plugin to format the date in a human-readable way.
One such plugin is http://timeago.yarp.com/.
Pretty Date Plugin is one of the easiest I know. For a native solutions, this answer by Alex is very good.