hello list,

how can I set the minimal selectable date in sfWidgetFormJQueryDate

I tried: config => {'minDate:..... but it doesn't work

      $this->widgetSchema['gebdat'] = new sfWidgetFormJQueryDate(array
(
                                                format => '%day%-%month
%-%year%',
                                                culture => 'de_AT',
                                                image => '/images/
calendar-chooser.jpg',
                                                config => '{minDate:
new Date(1900, 1 - 1, 1)}'
                                        ));

thx

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.


Reply via email to