cakephp
strtotime:將英文文字日期時間解析為 Unix 時間戳記
<?php if(time()<strtotime(Configure::read("Shuang_START"))):?> alert('活动尚未开始~'); return; <?php endif; ?> <?php if(time()>strtotime(Configure::read("Shuang_END"))):?> alert('活动已经结束~'); return; <?php endif; ?>
以上是如何在頁面中設定判斷時間活動時間是否開始(頁面讀取配置)的詳細內容。更多資訊請關注PHP中文網其他相關文章!