toGMTString

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