Latest web development tutorials

VBScriptのNow関数

VBScriptのリファレンス 完全なVBScriptのリファレンス

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

文法

Now

例(IEのみの場合)

<script type="text/vbscript">

document.write("The current system date and time is: ")
document.write(Now)

</script>

上記の出力の例:

document.write("The current system date and time is: ") document.write(Now)

»をお試しください


VBScriptのリファレンス 完全なVBScriptのリファレンス