if ($supply === “immediate”) { return date(‘d/m/Y’, strtotime($date . ‘ +6 days’)); } else { return $deliveryDate; }