getDate
メソッド
Type method
Dateオブジェクト.getDate()
Format
Date object. GetDate ()
Commentary
日にちを返します。
Return to Day.
サンプルコード
Sample code
dateObj = new Date();
dateObj = new Date ();
d = dateObj.getDate();
d = dateObj.getDate ();
outputs[0] = d;
outputs [0] = d;
ダウンロード
Download
the actual script