Symfony 2 Twig |date() not working?
问题 i have a little problem and I really don't know why. I am printing a datetime variable in twig with |date() but it is allways printing the actual time. for Debugging I put the following Code in my Template: <pre> {% debug entity.getCreatedAt|date("d.m.Y H:i:s") %} {% debug entity.getCreatedAt|raw %} {% debug entity.CreatedAt|raw %} {% debug entity.CreatedAt|date("d.m.Y H:i:s") %} My Variable is called CreatedAt so normally I should get the correct output with entity.CreatedAt|date("d.m.Y H:i