Comment 1 for bug 836771

Revision history for this message
Carl Leitner (litlfred) wrote :

There is no existing custom module for Mali to handle the employment history. We should add one in which the default date is set to blank, I2CE_Date::blank().

Note, if the default_value of a date field has not been set, then it will use I2CE_Date::now(). If you are interested, the code that does this is here:
   http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/view/2011/modules/Forms/modules/Fields/lib/I2CE_FormField_DATE_YMD.php#L61
So the default default is now :-)