Updated: 2025-09-12
Use the date(YYYY, MM, DD) function to insert a specific date. This can be used in conjunction with the format() function to control the output.
{{ date(2026, 01, 02) }}
{{ format(date(2026, 01, 02)) }}