标签:时间戳 png span 技术分享 tar img nbsp class images
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;?>
标签:时间戳 png span 技术分享 tar img nbsp class images
原文地址:http://www.cnblogs.com/yangzailu/p/7478600.html