getDate

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