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
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
'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
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
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