Simple Twig extension to calculate the age in years based on a DateTime instance or a string
Install via composer:
composer require genstor/twig-age-extension:@dev
Add the following to your services.yml file:
services:
twig.extension.date:
class: Genstor\Twig\AgeExtension
tags:
- { name: twig.extension }
{{ user.birthdate | age }}