$creationDate = #תאריך יצירה#;
$tenDaysAhead = date(‘d/m/Y’, strtotime($creationDate . ‘ + 10 days’));
return $tenDaysAhead;