These docs are for an old release.
    
      Info on upgrading to version 2/3
    
  
      Docs Date Navigation
Methods and settings that determine the view’s current dates.
Methods
    
    
            prev
          
          
            
              Moves the calendar one step back (either by a month, week, or day).
            
          
        
      
        
          
            next
          
          
            
              Moves the calendar one step forward (either by a month, week, or day).
            
          
        
      
        
          
            prevYear
          
          
            
              Moves the calendar back one year.
            
          
        
      
        
          
            nextYear
          
          
            
              Moves the calendar forward one year.
            
          
        
      
        
          
            today
          
          
            
              Moves the calendar to the current date.
            
          
        
      
        
          
            gotoDate
          
          
            
              Moves the calendar to an arbitrary year/month/date.
            
          
        
      
        
          
            incrementDate
          
          
            
              Moves the calendar forward/backward an arbitrary amount of time.
            
          
        
      
        
          
            getDate
          
          
            
              Returns a Date object for the current date of the calendar.