Hi everybody,
I want to use a datepicker in my form, someone have a tutoriel wich can help me? Thanx a lot!
Have you referred to this documentation? http://symfony.com/doc/current/refer...ypes/date.html
You can have dropdown boxes with month/day/year if you set 'widget' to 'choice'.
If you want a more 'pro' datepicker I would recommend to set widget to 'single_text' and use this jQuery plugin: http://jqueryui.com/demos/datepicker/
Don't reinvent the wheel.
Tobias
Ok, I'll try the jQuery Plugin. Thanx![]()