.. include:: ../../Includes.txt .. _fields-timestamp: Timestamp ========= .. figure:: ../../Images/FieldTypes/Timestamp.svg :alt: Timestamp :class: float-left :width: 64px An input field for a date (stored as UNIX timestamp). .. rst-class:: clear-both .. code-block:: php 'type' => 'input', 'renderType' => 'inputDateTime' .. figure:: ../../Images/FieldTypes/TimestampPreview.png :alt: Timestamp field :class: with-border Timestamp field Available TCA options --------------------- * :ref:`config.eval ` * :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 Timestamp TCA options in the :ref:`official documentation `.