$age="22.11.1718";$date_b = new DateTime(); $interval = $date_b->diff(new DateTime($age)); echo $interval->format("%Y годиков.");