📜  codeigniter 中查询之间的日期 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:44.335000             🧑  作者: Mango

代码示例1
$this->db->where('sell_date BETWEEN "'. date('Y-m-d', strtotime($start_date)). '" and "'. date('Y-m-d', strtotime($end_date)).'"');