i tried something silly but it worked {{ post.getCreatedAt|createdAt('F d, Y') }}
but i got this new error The filter "date" does not exist. Did you mean "date_modify" in @WebProfiler/Profiler/layout.html.twig at line 25
– Ramy RaisApr 11 '15 at 21:24
The filter `date` should be defined in the file `vendor\twig\twig\lib\Twig\Extension\Core.php`. Look if its present (it should be around line line 192 above `date_modify`)
– DarkBeeApr 11 '15 at 21:30
yes the filter date does not exist but there is a filter named createdAt.
how can i force an update of a vender? (as far as i know no body touched the file)
– Ramy RaisApr 11 '15 at 21:35
The `date` fitler is availabe as of Twig 1.1 so it should be in there definly. Just try to do a `composer update` if you installed through composer
– DarkBeeApr 11 '15 at 21:38
well this is weird at least i know where the problem is even with composer update it stay the same but i will figure out a solution. Thank you
– Ramy RaisApr 11 '15 at 21:52