Actions
Bug #17468
closedTCA eval required on date field does not work
Start date:
2007-07-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
i'm trying to make a date field required ( using a TCA like this:
'tx_cxeurizon_publish_date' => array (
'label' => 'my date field',
'config' => array (
'type' => 'input',
'size' => '8',
'max' => '20',
'eval' => 'required,date',
'checkbox' => '0',
'default' => '0'
)
),
but is seems to not work!
in mysql the field is of "int" type (like it should for all timestamp values...
note: i have ext date2cal (6.0.3) installed, but it doesn't work even if i deinstall it...
(issue imported from #M5956)
Files
Actions