this is what I did
$_due_date = strtotime("first day of this month", $date); $_due_date = strtotime("+2 years", $_due_date); $_due_date = strtotime("last day of this month", $_due_date);