minDate

set min limit for selected date

Date|string minDate;

Example

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

Related samples

Details

Dates less than defined one can't be selected.

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

See also
Back to top