ExpressionEngine Docs

Date Fieldtype

The Date field allows for quick entry of dates via the publish form. When the field has focus, a date-picker appears in the form of a calendar where you can select a day to enter into the field.

Field Options

Localized or Fixed?

On the publish form, along with a field to enter a date, you will also see an option to select whether you want the date localized or fixed:

Template Tag

Date fields render as regular date variables:

{date_field format="%F %d %Y"}
{!-- January 01 2019 --}

Visit Date Variable Formatting to see all date formatting options.