ExpressionEngine 将日期存储为 int (对此摇头)在数据库中
例如:1382049076 = 2013-10-17
我希望返回在开始日期和结束日期之间有 entry_date 的记录
我尝试使用但不起作用,当我从查询的 WHERE 部分中删除它时,它会检索记录,我觉得我很接近。
DATE_CONVERT('entry_date', '%Y-%m-%d') >= $start_date and DATE_CONVERT('entry_date', '%Y-%m-%d') <= $end_date