精品熟女碰碰人人a久久,多姿,欧美欧美a v日韩中文字幕,日本福利片秋霞国产午夜,欧美成人禁片在线观看

從今天起計算n天后

代碼:

<!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>

結果:

10/26/2013

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

相關文章