Hallo Alle,
ich habe eine Extension im Extension Builder angelegt.
Wenn ich in die Datumsfelder mit Datepicker im list modul ein Datum in der Vergangenheit eingebe wird das Datum auf 1-1-2014 zurückgesetzt.

TCA:
                'date_birth' => array(
                        'exclude' => 0,
                        'label' => 'Date of Birth',
                        'config' => array(
                                'type' => 'input',
                                'size' => 7,
                                'eval' => 'date',
                                'checkbox' => 1,
                                'default' => time()
                        ),
                ),


Typo3 6.1.7

Danke für Hilfe
Laurie
_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an