<完整的VBScript參考
現在函數返回根據您的計算機的系統日期和時間設置當前日期和時間。
句法
Now
例
例
<%
response.write("The current system date and time is: ")
response.write(Now)
%>
代碼的輸出將是:
The current system date and time is: 5/4/2016 8:37:26 AM
顯示示例» <完整的VBScript參考
現在函數返回根據您的計算機的系統日期和時間設置當前日期和時間。
Now
<%
response.write("The current system date and time is: ")
response.write(Now)
%>
代碼的輸出將是:
The current system date and time is: 5/4/2016 8:37:26 AM
顯示示例»