[symfony-users] Re: Symfony 1.3 - Range year

2009-12-28 Thread mattsister
In my opinion, I don't think that is suitable use a calendar widget to choose a birth date. It should be used to choose a date in the near past or in the near future, and for forms where the date is not sure, so the user need a calendar to make a choice. I think that picking your birth date is

[symfony-users] Re: Symfony 1.3 - Range year

2009-12-27 Thread mirfan
i suggest that the better option to do so is to use JQuery popup calendar. you can find it on http://www.jquery.com On Dec 27, 4:44 pm, Vincent UNG ung.vinc...@gmail.com wrote: Hi, it's me again I have many field as a date field, actually, I use sfWidgetFormJQueryDate and sfWidgetFormDate In

[symfony-users] Re: Symfony 1.3 - Range year

2009-12-27 Thread Vincent UNG
I already use it with sfFromExtraPlugin, a symfony plugin that let me to use datepicker of jQuery UI In the widget class, I set option changeMonth, and changeYear as true. and I set the option yearRange as '1980:2010' doesn't work... -- You received this message because you are subscribed to the

[symfony-users] Re: Symfony 1.3 - Range year

2009-12-27 Thread mirfan
use this one http://keith-wood.name/datepick.html you may need some hard code On Dec 27, 6:23 pm, Vincent UNG ung.vinc...@gmail.com wrote: I already use it with sfFromExtraPlugin, a symfony plugin that let me to use datepicker of jQuery UI In the widget class, I set option changeMonth, and

Re: [symfony-users] Re: Symfony 1.3 - Range year

2009-12-27 Thread Daniel Lohse
Google is your friend: http://www.google.com/search?client=safarirls=enq=symfony+year+rangeie=UTF-8oe=UTF-8 And it's also documented in Appendix A of the symfony forms book: http://www.symfony-project.org/forms/1_2/en/A-Widgets#chapter_a_sub_sfwidgetformdate And you'll also