jquery ui datepicker 将明天的日期设置为默认日期
我想我在这里错过了一些非常直接的东西..
如何将 jqueryui 上的默认日期设置为明天?
I think I'm missing something pretty straight forward here..
How do you set the default date on the jqueryui to tomorrow ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用指定的 defaultDate 选项初始化日期选择器。
在
init
之后获取或设置defaultDate
选项。请参阅: http://jqueryui.com/demos/datepicker/#option-defaultDate
Initialize a datepicker with the defaultDate option specified.
Get or set the
defaultDate
option, afterinit
.see: http://jqueryui.com/demos/datepicker/#option-defaultDate
或者,如果您不想要回溯日期,那么您可以在初始化
datepicker
时使用它Or if your don't want back dates then you can use as this while initialzing the
datepicker