Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一些标准和算法(可能是库)以在某些事件发生时呈现。我的意思是-前任。如果有人在 2 分钟前发布消息 - 我想显示“2 分钟前”而不是完整的日期和时间“12-sep-13 5:17 PM”。然后过了一小时 - “一小时前” ...
我想知道可能存在一些标准 - 例如。“2 天前” - 这是正确的,但“3 天前”我必须显示完整日期。
可能有人知道某个库或使用自己的优雅算法。如果您分享它-会有所帮助。(我不想重新发明自行车)
请检查这个页面 和这个库(JodaTime)。这个库并不小,但也许它会对你有所帮助。