Re: [symfony-users] Date format: es_ES

2010-03-23 Thread Javier Garcia
On 03/23/2010 08:05 PM, Tom Haskins-Vaughan wrote: Try this:http://www.symfony-project.org/api/1_2/sfWidgetFormI18nDate Thanks, works! -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are su

Re: [symfony-users] Date format: es_ES

2010-03-23 Thread Tom Haskins-Vaughan
Try this: http://www.symfony-project.org/api/1_2/sfWidgetFormI18nDate On Tue, Mar 23, 2010 at 3:02 PM, Javier Garcia wrote: > 'fecha_nac'        => new sfWidgetFormDate(), > > > On 03/23/2010 07:36 PM, Tom Haskins-Vaughan wrote: >> >> which widget are you using? >> >> On Tue, Mar 23, 2010 at 2:14

Re: [symfony-users] Date format: es_ES

2010-03-23 Thread Javier Garcia
'fecha_nac'=> new sfWidgetFormDate(), On 03/23/2010 07:36 PM, Tom Haskins-Vaughan wrote: which widget are you using? On Tue, Mar 23, 2010 at 2:14 PM, Javier Garcia wrote: Hi, in the Edit action, i have a date widget with a format month/day/year. I would like that the format of

Re: [symfony-users] Date format: es_ES

2010-03-23 Thread Tom Haskins-Vaughan
which widget are you using? On Tue, Mar 23, 2010 at 2:14 PM, Javier Garcia wrote: > Hi, > > in the Edit action, i have a date widget with a format month/day/year. > > I would like that the format of that date widget was day/month/year. > > I have followed the manual, and i now i have this in my s

[symfony-users] Date format: es_ES

2010-03-23 Thread Javier Garcia
Hi, in the Edit action, i have a date widget with a format month/day/year. I would like that the format of that date widget was day/month/year. I have followed the manual, and i now i have this in my settings.yml all: .settings: default_culture: es_ES I have also removed the cookies as the ma