メソッド Type method
Dateオブジェクト.toUTCString() Format Date object. ToUTCString ()
Commentary
協定世界時を文字列に変換します。 When you convert to a string in UTC.
サンプルコード Sample code
dateObj = new Date(); dateObj = new Date ();
str = dateObj.toUTCString(); str = dateObj.toUTCString ();
outputs[0] = str; outputs [0] = str;