toGMTString

メソッド Type method
Dateオブジェクト.toGMTString() Format Date object. ToGMTString ()
Commentary
グリニッジ標準時を返します。 Returns the Greenwich mean time.
サンプルコード Sample code
dateObj = new Date(); dateObj = new Date ();
str = dateObj.toGMTString(); str = dateObj.toGMTString ();
outputs[0] = str; outputs [0] = str;