Skip to content

Commit

Permalink
added setDatesDisabled method to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedebock committed Jul 2, 2015
1 parent 2245087 commit 4f207f8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/methods.rst
Expand Up @@ -165,6 +165,18 @@ Sets a new upper date limit on the datepicker. See :ref:`enddate` for valid val
Omit endDate (or provide an otherwise falsey value) to unset the limit.


setDatesDisabled
----------------

Arguments:

* datesDisabled (String|Array)

Sets the days that should be disabled. See :ref:`datesDisabled` for valid values.

Omit datesDisabled (or provide an otherwise falsey value) to unset the disabled days.


setDaysOfWeekDisabled
---------------------

Expand Down

0 comments on commit 4f207f8

Please sign in to comment.