Date
An input field for a date (stored as MySQL DATE type).
'type' => 'input',
'dbType' => 'date'
            
        Copied!
    
            
                    Date field
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 Date TCA options in the official documentation.