codice:
<%
data1 = "01/12/2004"
data2 = "10/12/2004"
if dateDiff("d",data1,data2) > 7 then
response.write "superiore"
end if
%>