Hi, I used the code from https://flatpickr.js.org/examples/#disabling-dates for disabling the weekends: { "disable": [ function(date) { // return true to ...
確定! 回上一頁