toUTCString
種 類
メソッド
書 式
Dateオブジェクト.
toUTCString()
解 説
協定世界時を文字列に変換します。
コード
dObj = new Date();
alert(dObj.toUTCString()+"です。");
■サンプルをダウンロードする
>>.zip