Disable a week
-
In my Datepicker Pro I have disabled all Mondays with the following code:
function (date) { var day = date.getDay(); return [(day != 1)]; }
But now I need to disable also a specific week. I don’t know how to do it. In the plugin settings I select “Disable a specific set of dates”, but nothing happens. I can’t find any code to work with it.
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Disable a week’ is closed to new replies.