Skip to content

Instantly share code, notes, and snippets.

@tejastank
Created June 25, 2012 12:01
Show Gist options
  • Save tejastank/2988192 to your computer and use it in GitHub Desktop.
Save tejastank/2988192 to your computer and use it in GitHub Desktop.
dhtmlxscheduler-see-next-more-months
At dhtmlxscheduler_debug.js , near line number : 2436
Default you can see one month :
scheduler._reset_month_scale=function(b,dd,sd){
var ed=scheduler.date.add(dd,1,"month");
With month view to see next 3 month :
scheduler._reset_month_scale=function(b,dd,sd){
var ed=scheduler.date.add(dd,3,"month");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment