時刻チェック


動作ブラウザ 【 IE:4.0  NN:3.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 - - - - - - - - - - -

ポイント data = txt.match(/^([01]?[0-9]|2[0-3]):([0-5][0-9])$/);
説  明 時刻(24時間制)はnn:nnの形式であれば正規表現では「^([01]?[0-9]|2[0-3]):([0-5][0-9])$」のように記述します。
サンプル <html> <head> <title>時刻チェック</title> <script language="JavaScript"><!-- function check() { txt = document.myFORM.TIME.value; data = txt.match(/^([01]?[0-9]|2[0-3]):([0-5][0-9])$/); if(!data) alert("時刻が不正です"); } // --></script> </head> <body> <form name="myFORM"> 時刻:<input type="text" name="TIME"><br> <input type="button" value="チェック" onClick="check()"> </form> </body> </html>
補足説明 なし

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

写真素材 PIXTA