[TYPO3-german] TCA / DateTime kann nicht gespeichert werden
Haug IT-Solutions
it at haug-components.com
Wed Apr 4 11:44:11 CEST 2018
Hallo,
wir haben es nun so gelöst:
/**
* initialize create action
*
* @param void
*/
public function initializeCreateAction() {
$this->arguments->getArgument('newProject')
->getPropertyMappingConfiguration()->forProperty('projectNotification')->setTypeConverterOption('TYPO3\\CMS\\Extbase\\Property\\TypeConverter\\DateTimeConverter',\TYPO3\CMS\Extbase\Property\TypeConverter\DateTimeConverter::CONFIGURATION_DATE_FORMAT,'d.m.Y');
}
More information about the TYPO3-german
mailing list