メソッド Type method
Dateオブジェクト.setDateString() Format Date object. SetDateString ()
Commentary
日時形式に変換します。 The date and time format.
サンプルコード Sample code
dateObj = new Date(); dateObj = new Date ();
str = dateObj.toDateString(); str = dateObj.toDateString ();
outputs[0] = str; outputs [0] = str;