日付けオブジェクト.toUTCString()
myDate = new Date(); str = myDate.toUTCString(); document.write("現在の世界協定時間は", str);
Top / Home / Index / Next