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.
剣道の日付ピッカーを使用しています。2000 年 1 月 1 日より前の日付を無効にしようとしています。剣道デートピッカーで可能ですか?
min日付ピッカーの値を簡単に設定できます。
min
// set the min date to Jan 1st, 2011 $("#datePicker").kendoDatePicker({ min: new Date(2000, 0, 1), // other config options });