function totalDays(yy,mm)
  dt=dateSerial(yy,mm,1)
  totalDays=datediff("d",dt,dateadd("m",1,dt))
end function

response.write("年份","月份")

相关文章: