Hello, I'm using this code in my form:
$this->widgetSchema['birthday']=new sfWidgetFormInputText(); Birthday in Doctrine-schema: birthday: date How can I format date to be output in this widget (d.m.Y) ? I had resolve any issues about validating and saving date in my format. But I cannot make date to display in right format. Only in Y-m- d. Help, please P.S. I want to use jquery.datepicker (not jQuery UI) with possibilities to write date by handin input-text in my own format (d.m.Y). I don't want to use sfWidgetFormI18nDate and similar (because they output selectors, not input text field) -- 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.
