我如何格式化“自成员”和“最后一次见”的相对日期?

How might I format relative dates the way Stack Overflow does “member since” and “last seen”?

本问题已经有最佳答案,请猛点这里访问。

Possible Duplicate:
How do I calculate relative time?

我想知道如何显示StackOverflow.com配置文件页面上的这些数据。我有用户注册日期和上次访问日期的时间戳。但我需要使用stackoverflow.com格式显示。

例如:

Member since: 9 months
Last seen: just now

是否有任何脚本可以转换这些日期并以这种格式显示?


这是这个问题的一个副本,它是这个问题的一个副本,这个问题有一些很好的代码示例,包括php。

In addition to all this, if are you using jQuery you can do this
client-side with something like the timeago plugin. It has the
advantage of updating the text as time passes so if you load a page
and it says"posted 5 minutes ago" and look again 5 minutes later, it
says"posted 10 minutes ago"