$workdays = #90 ימי עבודה#; $date = #תאריך#;
if (isset($workdays)){ return date(‘d/m/Y’, strtotime(“$date +90 days”)); }