sets a maximum date allowed for selection
{ view:"calendar", maxDate:"2012-04-05" }
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.