I have a question hw can i ad 18 years to the folowing date
$rowy_geboorte_datum = new DateTime($rowy['geboortedatum']);
$geb_dat_echtgenote = date_format($rowy_geboorte_datum, 'd-m-Y');
$rowy['geboortedatum'] is from a mysql data table and could even before 1902 as example 1820-06-10
thanks in advice John