<% sType = request("type")%> <% currdatetime = request("currdatetime") if currdatetime <> "" and isdate(currdatetime)then n = cdate(currdatetime) else n = now() end if curryear = year(n) currmonth = right(100+month(n),2) currday = right(100+day(n),2) currhour = right(100+hour(n),2) currminute = right(100+minute(n),2) %> 日期时间选择 <% if sType <> "1" then%> <% else %> <% end if %>



时