禁用 Jquery 日期选择器中的日期
我正在使用 jquery 日期选择器和时间选择器。在日期选择器中,我想禁用当前日期之前的所有日期。在时间选择器中,我想显示当前时间前一小时的时间。有人能告诉我该怎么做吗?
I am using a jquery datepicker and timepicker. In datepicker I want to disable the all dates which are past to the current date. And in timepicker I want to show the times which is one hour prior to the current time.Can anyone tell me how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是答案的一部分。
此 DatePicker http://jqueryui.com/demos/datepicker/#min-max 提供 minDate 和 maxDate 选项。
就像尼克说的那样,有太多的时间选择器/日期选择器,我们不知道你在谈论哪些。更新问题,您将获得更好的帮助...除非您当然已经弄清楚了:)
Here's part of the answer.
This DatePicker http://jqueryui.com/demos/datepicker/#min-max offers a minDate and maxDate option.
Like Nick said, there are too many timepickers/datepickers out there to know which ones you are talking about. Update the question and you'll get better help... unless you've already figured it out of course :)