一起源码网

标题: 如何在页面中设置判断时间活动时间是否开始(页面读配置) ... ... [打印本页]

作者: 云文章    时间: 2020-4-22 00:30
标题: 如何在页面中设置判断时间活动时间是否开始(页面读配置) ... ...
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;
?>


作者: 除祢Ω以外    时间: 2022-7-5 09:47
matlab实验音频分析源代码是啥




欢迎光临 一起源码网 (https://www.171739.xyz/) Powered by Discuz! X3.3