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 alwa
Google is your friend:
http://www.google.com/search?client=safari&rls=en&q=symfony+year+range&ie=UTF-8&oe=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 als
use this one
http://keith-wood.name/datepick.html
you may need some hard code
On Dec 27, 6:23 pm, Vincent UNG 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 changeYear as true.
>
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
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 wrote:
> Hi, it's me again
> I have many field as a date field, actually, I use
> sfWidgetFormJQueryDate and sfWidgetFormDate
>
> In my case, this da