<%
dim s
s=date()
response.Write("2004-4-1与2004-4-6相差" &datediff("d","2004-4-1", "2004-4-5") & "天")
%>
如果要求系统当前日期与给定日期的差值,应该怎么写啊
<%
dim s
s=date()
response.Write("2004-4-1与2004-4-6相差" &datediff("d","2004-4-1", "2004-4-5") & "天")
%>
如果要求系统当前日期与给定日期的差值,应该怎么写啊