The date component was deprecated for the date variable.
This article has been saved for historical purpose.
Why ?
With the date component, you could format any date:
<date/>
Monday, 19 January 2026
To have it refresh every day, we expire the cache date daily
<cache expiration="@daily"/>
<date format="%h %d"/>
Jan 19
<date locale="fr"/>
Monday, 19 January 2026
<date format="%A">2021-09-27</date>
Monday
You can even print a date metadata of a page.
<date>$date_published</date>
Thursday, 11 December 2025
<date format="formatValue" lang="language"/>
<date format="formatValue" lang="language">dateValue</date>
where: