Ver original$date_from = new \DateTime('$FECHA_NACIMIENTO');$date = new \DateTime();$diff = $date->diff($date_from);echo $diff->format('%Y');