<コンプリートVBScriptのリファレンス
日付関数は、現在のシステム日付を返します。
構文
Date
例
例
<%
response.write("The current system date is: ")
response.write(Date)
%>
上記のコードの出力は次のようになります。
The current system date is: 5/4/2016
表示例» <コンプリートVBScriptのリファレンス
日付関数は、現在のシステム日付を返します。
Date
<%
response.write("The current system date is: ")
response.write(Date)
%>
上記のコードの出力は次のようになります。
The current system date is: 5/4/2016
表示例»