Created
March 12, 2015 10:04
-
-
Save Akii/a5eb4d3b41d6e6d1f098 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$messageMappingConf = $this->arguments['newMessage']->getPropertyMappingConfiguration(); // there should be a getArgument as well | |
//$messageMappingConf->allowProperties('examdate'); shouldn't be needed | |
$messageMappingConf->forProperty('examdate')->setTypeConverterOption( | |
'TYPO3\CMS\Extbase\Property\TypeConverter\DateTimeConverter', | |
\TYPO3\CMS\Extbase\Property\TypeConverter\DateTimeConverter::CONFIGURATION_DATE_FORMAT, | |
'd/m/Y' | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment