sudo aptitude install php5-intl |
app/config/config.yml
services: twig.extension.intl: class: Twig_Extensions_Extension_Intl tags: - { name: twig.extension } |
In twig template
{{ game.created_at| localizeddate('full', 'none') }} |
sudo aptitude install php5-intl |
app/config/config.yml
services: twig.extension.intl: class: Twig_Extensions_Extension_Intl tags: - { name: twig.extension } |
In twig template
{{ game.created_at| localizeddate('full', 'none') }} |