原创

时间比较


<%

date1 = "2019-04-29"
date2 = now()
if datediff("d",date1,date2)>0 then  
response.write "<script>alert( '软件功能已过期!');location.href='login.asp';</script>"
response.end
end if
%>

正文到此结束
本文目录