[html-formfu] Date element set value

Tobias Kremer list at funkreich.de
Mon Aug 13 10:57:24 GMT 2007


Carl,

is it correct, that it's currently completely impossible to set a value for the
newly introduced date element? I tried the following variations and none of them
seems to work:

1. $form->get_field( { name => 'birthdate' } )->value( '1977-07-07' );
2. $form->get_field( { name => 'birthdate' } )->value( DateTime->now() );
3. $form->get_field( { name => 'birthdate.year' } )->value( '1977' );

Thanks!

--Tobias






More information about the HTML-FormFu mailing list