sealos
            
          
          
          
              
              
          #1
          
         
        
          I’m using Scheduler on a site for a piano teacher and her schedule follows the US academic year from August to July.
Is there a way to change the start month of the year view to be something like August 2010 to July 2011?
Thank you so much for the wonderful (and super powerful) WP plugin!
Cheers,
Sealos
         
        
          
        
           
           
           
         
         
            
            
          
       
      
        
        
          Add the next to the end of dhtmlxscheduler.js
scheduler.date.year_start = function(date){
			date.setMonth(8); //desired start month
			return this.month_start(date);
		}
         
        
        
           
           
           
         
         
            
            
          
       
      
        
          
          
            sealos
            
          
          
            
          
              
              
          #3
          
         
        
          I added the code to the file, but it breaks something (see attached).
I’ve also attached both the screenshot and modified JS file (had to change the extension from js to txt) for you to review.
Thanks.
Sealos