[DateTime]¶
validation error codes¶
Error code:
1238087674
Error message:
The given subject was not a valid DateTime. Got: '%s'
Properties¶
implementationClassName¶
- Option path
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.DateTime.implementationClassName
- Data type
string
- Needed by
Frontend
- Mandatory
Yes
- Default value (for prototype 'standard')
1DateTime: 2 implementationClassName: TYPO3\CMS\Extbase\Validation\Validator\DateTimeValidator
- Good to know
- Description
Classname which implements the validator.
formeditor.iconIdentifier¶
- Option path
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.DateTime.formEditor.iconIdentifier
- Data type
string
- Needed by
Backend (form editor)
- Mandatory
Yes
- Default value (for prototype 'standard')
1DateTime: 2 formEditor: 3 iconIdentifier: form-validator 4 label: formEditor.elements.DatePicker.validators.DateTime.editor.header.label
- Description
An icon identifier which must be registered through the
\TYPO3\CMS\Core\Imaging\IconRegistry
. This icon will be shown within the - "Inspector [CollectionElementHeaderEditor]" if the validator is selected.
formeditor.label¶
- Option path
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.DateTime.formEditor.label
- Data type
string
- Needed by
Backend (form editor)
- Mandatory
Yes
- Default value (for prototype 'standard')
1DateTime: 2 formEditor: 3 iconIdentifier: form-validator 4 label: formEditor.elements.DatePicker.validators.DateTime.editor.header.label
- Good to know
- Description
This label will be shown within the - "Inspector [CollectionElementHeaderEditor]" if the validator is selected.