最新のWeb開発のチュートリアル
 

VBScriptのNow関数


<コンプリートVBScriptのリファレンス

Now関数は、コンピュータのシステムの日付と時刻の設定に従って、現在の日付と時刻を返します。

構文

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のリファレンス