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/>
Thursday, 05 March 2026
To have it refresh every day, we expire the cache date daily
<cache expiration="@daily"/>
<date format="%h %d"/>
Mar 05
<date locale="fr"/>
Thursday, 05 March 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: