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