<?php
$tarih = new DateTime('2022-08-20');
$tarih->modify('+2 days');
echo $tarih->format('d.m.Y');
// Output: 22.08.2022