<!DOCTYPE html>
<html>
<body>

<p>倒计时到 3000 年:</p>

<p>
<%millennium=cdate("1/1/3000 00:00:00")%>

它在
<%response.write(DateDiff("yyyy", Now(), millennium))%>
到 3000 年还需要!
<br>
它在
<%response.write(DateDiff("m", Now(), millennium))%>
到 3000 年还需要!
<br>
它在
<%response.write(DateDiff("ww", Now(), millennium))%>
到 3000 年还需要!
<br>
它在
<%response.write(DateDiff("d", Now(), millennium))%>
到 3000 年还需要!
<br>
它在
<%response.write(DateDiff("h", Now(), millennium))%>
到 3000 年还需要!
<br>
它在
<%response.write(DateDiff("n", Now(), millennium))%>
到 3000 年还需要!
<br>
它在
<%response.write(DateDiff("s", Now(), millennium))%>
到 3000 年还需要!
</p>

</body>
</html>