I'm using twig and when I apply the filter
{{tutoriel.dateCreation | localizeddate('medium', 'none') }}
on my datetime, I have this error :
The filter "localizeddate" does not exist in Video2LearnAdministrationBundle:VisualisationFicheTutoriel:fiche_tutoriel.html.twig at line 167
Where I'm wrong ?
Thanks :)