Thant's great news. I have enabled it but having some problems?
I have a custom date field "created_at". When I output it directly like this: [CREATED_AT] it works perfectly and prints 2016-06-21
However if I try to use it in a Twig formula like this: {{ [CREATED_AT]|date(dd-YYYY) }} I get all sorts of errors. If I use quotes like this:
{{ [CREATED_AT]|date("d/m/Y") }} and save, it removes one and returns like this {{ [CREATED_AT]|date("d/m/Y) }} which of course fails. I have tried no quotes, single quotes, etc but no luck. Any recommendations?