Table of Contents

ComboStrap - Date Component

The date component was deprecated for the date variable.

This article has been saved for historical purpose.

Why ?

About

With the date component, you could format any date:

Example

Today's date

<date/>

Wednesday, 18 March 2026

To have it refresh every day, we expire the cache date daily

<cache expiration="@daily"/>

Today's date - short format

<date format="%h %d"/>

Mar 18

Today's date in French

<date locale="fr"/>

Wednesday, 18 March 2026

Date specified manually

<date format="%A">2021-09-27</date>

Monday

Date of a page

You can even print a date metadata of a page.

<date>$date_published</date>

Wednesday, 18 March 2026

Syntax

<date format="formatValue" lang="language"/>
<date format="formatValue" lang="language">dateValue</date>

where: