lyear();
88
this.month = this.now.getmonth();
89
this.day = this.now.getdate();
90
}
91
92
// 并显示今天这个月份的日历
93
today = new gettoday();
94
95
function newcalendar(eltname,attachedelement) {
96
if (attachedelement) {
97
if (displaydivname && displaydivname != eltname) hideelement(displaydivname);
98
displayelement = attachedelement;
99
}
100
displaydivname = eltname;
101