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中文網其他相關文章!