$date = date_create('12-Oct-68'); date_sub($date, date_interval_create_from_date_string('100 years')); echo date_format($date, 'd-m-Y');