date
Formats a date with strftime patterns or named formats; locale-aware.
Syntax
{{ article.published_at | date: '%d %b %Y' }}Example
{{ order.created_at | date: '%d %B %Y' }}Output:
11 June 2026Formats a date with strftime patterns or named formats; locale-aware.
{{ article.published_at | date: '%d %b %Y' }}{{ order.created_at | date: '%d %B %Y' }}Output:
11 June 2026