<コンプリートVBScriptのリファレンス
時間関数は、現在のシステム時刻を返します。
構文
Time
例
例
<%
response.write("The current system time is: ")
response.write(Time)
%>
上記のコードの出力は次のようになります。
The current system time is: 8:34:14 AM
表示例» <コンプリートVBScriptのリファレンス
時間関数は、現在のシステム時刻を返します。
Time
<%
response.write("The current system time is: ")
response.write(Time)
%>
上記のコードの出力は次のようになります。
The current system time is: 8:34:14 AM
表示例»