I am working on a project built with craft cms, that uses twig templating, and I would like to format the date in to this kind of format:
13. June 2017
I am not sure how to do that, I have tried with php date functions:
{{ entry.dateUpdated.date('j. F Y') }}
and also with:
{{ entry.dateUpdated.localeDate('j. F Y') }}
But, none of them worked. How can I do that?
try this
{{ entry.dateUpdated | date('j. F Y') }}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With