properties.timeSelectorHourLabel¶
- Option path
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.formElementsDefinition.DatePicker.properties.timeSelectorHourLabel
- Data type
string
- Needed by
Frontend/ Backend (form editor)
- Overwritable within form definition
Yes
- form editor can write this property into the form definition (for prototype 'standard')
No
- Mandatory
No
- Default value (for prototype 'standard')
1DatePicker: 2 properties: 3 containerClassAttribute: input 4 elementClassAttribute: 'small form-control' 5 elementErrorClassAttribute: error 6 timeSelectorClassAttribute: mini 7 timeSelectorHourLabel: '' 8 timeSelectorMinuteLabel: '' 9 dateFormat: Y-m-d 10 enableDatePicker: true 11 displayTimeSelector: false
- Description
The label for the hour selector.