Datetime
An input field for date and time (stored as MySQL DATETIME type).
'type' => 'input',
'dbType' => 'datetime'
Copied!
Available TCA options
- config.default
- config.placeholder
- config.range.lower
- config.range.upper
- config.eval.required
- l10n_mode
- config.behaviour.allowLanguageSynchronization
- config.eval.null
- config.mode
See a complete overview of Datetime TCA options in the official documentation.