我可以控制格式的最佳 javascript "time ago" 包是什么?

What is the best javascript "time ago" package where I can control formatting?

我想使用以前的插件,例如 timeago 或 livestamp.js,但我想将格式控制为如下所示:

1 秒前
5 秒前
1 分 25 秒前
1 小时前

有没有办法用上面提到的任何一个插件来做到这一点,或者你有推荐的更好的 time ago 插件吗?

Moment.js 可以自定义相对时间的格式和阈值:

http://momentjs.com/docs/#/customization/relative-time/

http://momentjs.com/docs/#/customization/relative-time-threshold/