maxDate

sets a maximum date allowed for selection

Date|string maxDate;

Example

{ view:"calendar", maxDate:"2012-04-05" }

Related samples

Details

Dates greater than the defined one can't be selected.

The value can be either a string formatted with the current parseFormat or a Date object.

See also
Back to top