progest/twig-extension-age

Twig extension to calculate age from date

1.4 2019-03-21 11:13 UTC

This package is auto-updated.

Last update: 2025-06-22 01:37:59 UTC


README

Twig extension to calculate age from date

Installation:

# $twig being your Twig_Environment object
$twig->addExtension(new \ProGest\Twig\AgeExtension());

Usage:

# Pass the date to the age filter
{{ user.birthdate | age }}