.NET 库可以更好地处理日期时间输出
可能的重复:
如何计算相对时间?
我曾经偶然发现过一个不错的库以前,当我们处理日期时,这为您提供了一种更好的方式,例如:
@DateTime.AddDays(-1)
将显示昨天
@DateTime.Now
code> 将显示 Just现在
这是什么技术术语,你们知道这个库的 nuget 包 吗?
Possible Duplicate:
How do I calculate relative time?
I did stumble upon a nice library some time ago that gives you a nicer way when we're dealing with Dates like:
@DateTime.AddDays(-1)
will show yesterday
@DateTime.Now
will show Just now
WHat is the technical term of this and, did you guys know the nuget package of this library?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个名为 timeago 的 jQuery 插件,它也可以满足您的需求:http://timeago.yarp。 com/
There's a jQuery plugin out there called timeago, which can also do what you're looking for: http://timeago.yarp.com/