Home » HTML » HTML_QuickForm » Bug #2544
QuickForm should allow to set default on date element
Details
| Request #2544 | QuickForm should allow to set default on date element |
|---|---|
| Submitted | 2004-10-16 09:00 UTC |
| From | piotrek at student dot tarnow dot pl |
| Status | Bogus |
| Package | HTML_QuickForm |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2004-10-16 09:00 UTC] piotrek at student dot tarnow dot pl
Description:
------------
QuickForm should allow to set default on date element
E.G.
$form->setDefaults(array(
'birth_day'=>31,
'birth_month'=>02,
'birth_year'=>1975
));
$form->addElement('date', 'birth_day', 'Day of birth', array('format'=>'d'));