Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
294 stars 243 forks source link

Get specific disable date #130

Closed Linbubin closed 6 years ago

Linbubin commented 7 years ago

when i use disabledWeekDays: [0, 6] to disabled all the weendays, have a function to get specific disable date?

for example, getDisableDate() -----> ["2017-01-01","2017-01-07","2017-01-08","2017-01-14","2017-01-15"....](Date in the form of arbitrary, just want to get date).

who can help me. any thanks