...
PHP thinkphp

tp5 BETWEEN 查询时间间隔

直接出代码

$where[] = ['create_time', 'between time', [$start_time, $end_time]];

$where['create_time'] = ['between time', [$start_time, $end_time]];
后面那个地方数组要加[]


mysql中between的用法 composer改回原来的源
biu biu biu
Windows 10系统连接共享打印机报错0x00000709、0x0000007c、0x0000011b Android Java ASE加解密与PHP AES加解密 Nginx反向代理是什么,及反向代理的基本配置 php文件缓存类,简单的文件缓存 js生成日期,昨天、前天、今天、明天、一周后日期生成