[PHP] pobierz, plaintext $dt = new DateTime('2011-12-17 16:25:00');$dt->modify('+6 months');echo $dt->format('Y-m-d H:i:s');[PHP] pobierz, plaintext