I have a question here. I need to get the difference betweeen 2 dates in months by using Yii2. I know that I should use diff
and format it in months
, but it's not working. Could someone help me to solve the problem?
Here is my line that I need to count the difference in months:
$holidays = 'floor(datediff(curdate(), employment_date))';
Thanks for any help