用于从日期计算年龄的Twig扩展
github.com/ProGestSA/twig-extension-age
主页
源代码
问题
安装: 892
依赖项: 0
建议者: 0
安全: 0
星标: 0
关注者: 2
分支: 0
公开问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT f65a3608c12da8381d78d7c35ee80c094e741e06
twigdatedatetimeage
This package is auto-updated.
Last update: 2024-09-21 23:27:54 UTC
安装
# $twig being your Twig_Environment object $twig->addExtension(new \ProGest\Twig\AgeExtension());
用法
# Pass the date to the age filter {{ user.birthdate | age }}