getDate
種類
メソッド
書式
Dateオブジェクト.getDate()
解説
日にちを返します。
サンプルコード
dateObj = new Date();
d = dateObj.getDate();
outputs[0] = d;
実際のスクリプトを
ダウンロード