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.
有什么方法可以使用minDate来禁用某个日期之前的所有日子?我知道我可以minDate: 0用来禁用当前日期之前的所有日期,但我需要指定一个日期并禁用该日期之前的所有日期。
minDate
minDate: 0
我也可以使用 showDaysBefore 但我想我必须定义我想要禁用的所有日期的列表..
你可以这样指定
minDate: new Date(1999, 10, 25),