Hi Massimiliano,

when I use your datepicker solution I still have the problem that the
date selects are mm/dd/yyyy and I would need dd/mm/yyyy
( Date.format = 'dd.mm.yyyy'; is included in date_de.js )



On 31 Dez. 2009, 17:01, Massimiliano Arione <garak...@gmail.com>
wrote:
> Forget sfWidgetFormJQuery and try this full-javascript 
> solution:http://garakkio.altervista.org/datepicker/
>
> On 29 Dic, 13:58, axel at <axel.zu...@gmail.com> wrote:
>
> > after upgrading to symonfy 1.3 and sfFormExtraPlugin  1.1.1 the
> > "format" option is no longer supported by sfWidgetFormJQuery
>
> >     $this->setWidgets(array(
> >       'from_date'    => new sfWidgetFormJQueryDate(array(
> >              'image'=>'/images/icons/calendar_view_month.gif',
> >              'format' => '%day%-%month%-%year%',
> >              'culture' => 'de_AT')
> >              ),
> >     ));
>
> > is there another way to change the date format (from mm-dd-yyyy to dd-
> > mm-yyyy)?

--

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


Reply via email to