Esempio n. 1
0
  public void init() {

    // cal.addTimeZone("Mexico", "GMT-6");
    // this.cal.addTimeZone("Germany", "GMT+1");
    // this.cal.setTimeZone("Germany=GMT+1");
    cal.setMold("default");
    cal.setFirstDayOfWeek("monday");
    cal.setDays(7);
    cal.setCurrentDate(new Date());

    btn_Show1Day.setStyle(btnOriginColor);
    btn_Show5Days.setStyle(btnOriginColor);
    btn_ShowWeek.setStyle(btnPressedColor);
    btn_ShowWeek.focus();
    btn_Show2Weeks.setStyle(btnOriginColor);
    btn_ShowMonth.setStyle(btnOriginColor);
  }