getHours
メソッド
Type method
Dateオブジェクト.getHours()
Format
Date object. GetHours ()
Commentary
時を返します。
Returns.
サンプルコード
Sample code
dateObj = new Date();
dateObj = new Date ();
n = dateObj.getHours();
n = dateObj.getHours ();
outputs[0] = n;
outputs [0] = n;
ダウンロード
Download
the actual script