revision e1fb6a9162506e347e19c0a3f36df71c79e1092d
typo3 tca eval date timestamp
1 2 3 4 5 6 7 8 9 10
'exdate' => array( 'label' => 'Ex-Datum', 'config' => array( 'type' => 'input', 'size' => 10, 'eval' => 'trim,date', 'dbType' => 'date' ), ),