I have described my solution here: http://trac.symfony-project.org/ticket/5619
On 9 Gen, 17:12, "Kai Brändle" <[email protected]> wrote: > Hello all, > > i try to get the sfWidgetFormJQueryDate to display dates in German format. > But i cant figure out how to do it. > > I tried: > $this->widgetSchema['start_date'] = new > sfWidgetFormJQueryDate(array('culture' => 'de_DE', 'format' => > '%day%.%month%.%year%')); > > $this->widgetSchema['start_date'] = new > sfWidgetFormJQueryDate(array('culture' => 'de', 'format' => > '%day%.%month%.%year%')); > > But nothing works. > Has someone an idea for me? > > Thanks, Kai --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
