码迷,mamicode.com
首页 > 其他好文 > 详细

判断活动时间是否开始

时间:2017-09-08 11:44:57      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:return   技术分享   src   解析   logs   结束   star   read   time   

技术分享

 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;?>
技术分享

判断活动时间是否开始

标签:return   技术分享   src   解析   logs   结束   star   read   time   

原文地址:http://www.cnblogs.com/jiaoda/p/7493339.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!