判断活动时间是否开始
Posted able-woman
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了判断活动时间是否开始相关的知识,希望对你有一定的参考价值。
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;?>
以上是关于判断活动时间是否开始的主要内容,如果未能解决你的问题,请参考以下文章