#本年度

PHP获取今天,本年度,本周,上周,本月,上月,上季度,本季度,等各时间方法汇总

<?php/**date2015-04-11*authorhttp://www.lai18.com**/echodate("Ymd",strtotime("now")),"";echodate("Ymd",strtotime("-1weekMonday")),"";echodate("Ymd",strtotime...

thinkphp 查询当天 ,本周,本月,本季度,本年度,全部, 数据方法

数据库字段是createtime里面保存的是时间戳 <?php/**按今天,本周,本月,本季度,本年,全部查询预约单数据*$day代表查询条件$cid代表公司id*返回array$data查询条件数组*/classReserveModelextendsBaseModel{publicfunctionfi...