this
InputControlls generates a AJAX calendar.
syntax
DB_data_type "DATE"
input_type "date"
please also configure in the package configuration the
MySQLDateConverter for the entity that has a date attribute.
e.g.:
[classmapping]
MySQLDateConverter =
wcmf/lib/persistence/converter/class.MySQLDateConverter.php
...
[converter]
Author = MySQLDateConverter
the input format depends on the configured language:
en_EN: m/d/Y, de_DE: d.m.Y
see also the others
InputControlls