this seems to be working:
$this->addElement('DateTextBox', 'start', array(
'label' => 'Start Date'
'constraints' => array(
'min' => '2008-12-01',
'max' => '2008-12-31'
)
)); -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Setting-min-and-max-dates-on-Zend-Dojo-DateTextBox-tp655523p3754776.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
