I am using the yearly view, and would like to start the months on June of 2011 and go May of 2012. Can this be done?
you can redefine
scheduler.date.year_start = function(date){
date.setMonth(5);
return this.month_start(date);
};
I am using the yearly view, and would like to start the months on June of 2011 and go May of 2012. Can this be done?
you can redefine
scheduler.date.year_start = function(date){
date.setMonth(5);
return this.month_start(date);
};