On Samstag, 5. Januar 2008 wrote ballbrk:
> Saludos.

Hi,

> $form->dateTime('birthDate',  $dateFormat = 'DMY', $timeFormat =
> 'NONE',null, null, false);
>
> Mi problema es que los meses salen en ingles. Hay alguna posibilidad
> que salgan en el idioma de Cervantes?

You could set the locales:

setlocale(LC_TIME, 'es-ES');

or for utf-8

setlocale(LC_TIME, 'es-ES.UTF8');

If this locale is installed on the server the name of days and months 
should be displayed in spanish.

> Saludos
> Tolo

Trenc



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to