您好,欢迎访问一九零五行业门户网

如何在页面中设置判断时间活动时间是否开始(页面读配置)

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; ?>
以上就是如何在页面中设置判断时间活动时间是否开始(页面读配置) 的详细内容。
其它类似信息

推荐信息