ASP Calculate the day which is n days from today

Calculate the day which is n days from today

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

</body>
</html>