メソッド Type method
Dateオブジェクト.toLocaleString() Format Date object. ToLocaleString ()
Commentary
ローカル(地域)時刻を文字列に変換します。 Local (Regional) converted to a string of time.
サンプルコード Sample code
dateObj = new Date(); dateObj = new Date ();
str = dateObj.toLocaleString(); str = dateObj.toLocaleString ();
outputs[0] = str; outputs [0] = str;