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.
我在我的视图中使用了 mobiscroll 日期选择器。它工作正常,但是当我选择 2013 年 3 月 30 日时,它只显示 29 天可选。我不明白,是否有任何设置。请帮助我。提前致谢...
我解决了自己的工作代码如下
$(function(){ $('#startdate').mobiscroll().date({ invalid: { }, theme: 'default', display: 'modal', mode: 'scroller', dateOrder: 'mmD ddyy' }); });