int extraDays = 0;
for (; i < 42; i++) {
fly(textNodes[i]).update("" + ++extraDays);
d = d.addDays(1);
cells[i].setClassName("x-date-nextday");
setCellStyle(cells[i], d.asDate(), sel, min, max);
}
int month = activeDate.getMonth();
monthBtn.setText(constants.standaloneMonths()[month] + " " + activeDate.getFullYear());
}