<!DOCTYPE html>
<html>
<body>
<%
response.write(DateAdd("d",30,date()))
%>


<p>
Syntax for DateAdd: DateAdd(interval,number,date). You can use <b>DateAdd</b> to for example calculate a date 30 days from today.
</p>

</body>
</html>