$start_date = #תאריך התחלה#; $end_date = strtotime(‘+4 months’, strtotime($start_date)); return date(‘d/m/Y’, $end_date);