.. include:: ../../Includes.txt .. _fields-date: Date ==== .. figure:: ../../Images/FieldTypes/Date.svg :alt: Date :class: float-left :width: 64px An input field for a date (stored as MySQL DATE type). .. rst-class:: clear-both .. code-block:: php 'type' => 'input', 'dbType' => 'date' .. figure:: ../../Images/FieldTypes/DatePreview.png :alt: Date field :class: with-border Date field Available TCA options --------------------- * :ref:`config.default ` * :ref:`config.placeholder ` * :ref:`config.range.lower ` * :ref:`config.range.upper ` * :ref:`config.eval.required ` * :ref:`l10n_mode ` * :ref:`config.behaviour.allowLanguageSynchronization ` * :ref:`config.eval.null ` * :ref:`config.mode ` See a complete overview of Date TCA options in the :ref:`official documentation `.