Learn

current_date

Display the current date.

{{ current_date }}

Displays the current date.

Sample Usage

Today is {{ current_date }}.

Parameters

This tag accepts the following parameters:

Other Options

As of v1.7.9, you can also use {{ now }} to get the current date and time. {{ now }} is an actual variable to which you can apply modifiers and such.

This article was last updated on September 13th, 2016. Find an error? Please let us know!