getUTCSeconds

種  類 メソッド
書  式
Dateオブジェクト.
getUTCSeconds()

解  説
協定世界時の秒を返します。

コード
dObj = new Date();
alert("協定世界時の今は"+dObj.getUTCSeconds()+"秒です。");


■サンプルをダウンロードする >>.zip