這裏是我的問題:事件綁定在JavaScript時間戳
我有一個網站,(至24:00 21:00後),只在晚上工作 我有一個按鈕,上面寫着「Enter」鍵,但我想要那個按鈕到alert()
的消息,如'The website is not available yet'
。
但要做到這一點,必須檢查時間,所以僞代碼:
if (time is less more than 21:00 and less than 24:00) {
return true;
} else {
alert('the website is not available yet');
e.preventDefault;
return false;
}
但我不明白,我怎麼能做到這一點而言時間差,在任何天, 任何暗示?
謝謝你們!
21:00 UTC,具體時區還是什麼?另外請注意00:00不到21:00,午夜會發生什麼? – 2012-06-17 11:44:06