Hi i have problem how to display the current date in a dojo-datebox , as it
will change dynamically everyday. i tried setting it up like this but it
does not display/blank anything
$this->addElement(
'DateTextBox',
'startdate',
array(
'value' => date('Y/m/d'), // tried other format
'style' => 'width:100px',
)
);
--
View this message in context:
http://www.nabble.com/Zend-Form-Dojo---DateBox-default-value-current-date-tp24582743p24582743.html
Sent from the Zend Framework mailing list archive at Nabble.com.