defines the selectable range
{ view:"calendar", blockDates:function(date){ if (date.getMonths() > 2) return false; return true; }}