App下载

demo_asp_dateadd 在线工具

demo_asp_dateadd 在线工具

<html>
<body>
<FONT COLOR=#ff0000><%
response.write(DateAdd("d",30,date()))
%></FONT>

<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>
运行结果