是否有用于操作日期的 jQuery 时间/日历插件?
我需要处理日期,添加/减去小时和天数。对于 JavaScript 日期对象来说,这有点困难,因为只有 get/set 方法,没有 add 方法。
是否有一个插件可以简化这项工作,具有诸如 add("2d3h")
(添加 2 天 3 小时)之类的功能?
I need to work with dates, adding/subtracting hours and days. With the JavaScript date object this is a bit difficult, since there is only get/set and no add method.
Is there a plugin that ease this work, with a functions like add("2d3h")
(add 2 days and 3 hours)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 DateJS,我认为在 JS 中操作日期是最好的
Take a look at DateJS, far the best for manipulating dates in JS, I think
您需要使用:
Datejs
You'll want to use:
Datejs