我需要找到一个模型,但只比较日期字段中的年份。
$fecha_actual = date("d-m-Y");
//resto 1 año
$old_year=date("d-m-Y",strtotime($fecha_actual."- 1 year"));
$diff=Differentiation::findOne(['date' => $old_year,'id_status'=>4]);
我试过但没用
$old_year=date("Y",strtotime($fecha_actual."- 1 year"));
$diff=Differentiation::findOne(['YEAR(date)' => $old_year,'id_status'=>4]);
请帮忙。
1条答案
按热度按时间zpqajqem1#
听说是解决上一年的记录清单