現在の日時を表示する


動作ブラウザ 【 IE:3.0  NN:2.0
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows - - -
Macintosh - - -
UNIX - - - - - - - -
Dreamcast - - - - - - - - - - -

ポイント document.write((new Date()));
説  明 現在の日時はnew Date()により求めることができます。(new Date())とだけ記述しても現在の日時を表示できます(ただし英文)。思い通りの表示にしたい場合はgetMonth()、getDate()、getDay()、getHours()、getMinutes()、getSeconds()を使って処理します。
サンプル <html> <head> <title>現在の日時を表示する</title> </head> <body> <script Language="JavaScript"><!-- document.write((new Date())); // --></script> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA