yangzailu

导航

判断时间活动时间是否开始(页面读配置)

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;?>

 

posted on 2017-09-05 14:47  飞离地平线  阅读(542)  评论(0编辑  收藏  举报