// increment month
 public void nextMonth() {
   date.nextMonth();
 }