天涯社区用到的日历函数[8]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 applebbs 的 blog

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

本文关键:天涯社区用到的日历函数
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top