Date formatting
Layout date formatting
Different formatting for variable date
with value 2025-02-20
:
{{date(year: numeric; month: long; day: numeric)}}
February 20th, 2025{{date(year: 2-digit; month: short)}}
Feb '25{{date(month: long; day: numeric)}}
February 20th
Same works for intervals.
Valid formatting options:
Year:
numeric
,2-digit
Month:
numeric
,2-digit
,long
,short
,narrow
Day:
numeric
,2-digit