PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm » Bug #2544

QuickForm should allow to set default on date element

Details

Request #2544QuickForm should allow to set default on date element
Submitted2004-10-16 09:00 UTC
Frompiotrek at student dot tarnow dot pl
StatusBogus
PackageHTML_QuickForm
PHP VersionIrrelevant
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'));