'先判断是否指定了一个年份和月份,没有则根据当前的年和月份显示 If Request("ReqDate")="" then CurrentDate=Date else CurrentDate=Trim(Request("ReqDate")) end if pyear=year(CurrentDate) pmonth=month(CurrentDate)
'以下的代码生成日历显示的表格头内容%>
'如果能被7整除(每行显示7个)则输出一个换行 if i mod 7=0 then response.write( "