欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > thinkphp教程 >
thinkphp教程

thinkphp5.1 使用between查询 某段时间内的数据

(元素模板) / 2022-06-30 20:12
thinkphp5.1 如何查询某个时间段的数据
//今天的数据       
$start_time =strtotime(date('Y-m-d',time())." 00:00:00");
$end_time =strtotime(date('Y-m-d',time())." 23:59:59");
$where[] = ['create_time', 'between time', [$start_time, $end_time]];
User::where($where)->select();
 
Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com