Re: Formato de fecha en español

From: "Agustin Casiva" <casivaagustin(at)gmail(dot)com>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Formato de fecha en español
Date: 2006-07-06 13:40:29
Message-ID: 646eb5870607060640p19b12dbaje5366355968b1396@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Mira esto, a ver si te sirve

16.4.8.2. Locale and FormattingDateStyle ( string)

Sets the display format for date and time values, as well as the rules for
interpreting ambiguous date input values. For historical reasons, this
variable contains two independent components: the output format
specification (ISO, Postgres, SQL, or German) and the input/output
specification for year/month/day ordering ( DMY, MDY, or YMD). These can be
set separately or together. The keywords Euro and European are synonyms for
DMY; the keywords US, NonEuro, and NonEuropean are synonyms for MDY.
See Section
8.5 <http://www.postgresql.org/docs/8.0/static/datatype-datetime.html> for
more information. The default is ISO, MDY.

Lo saque de

http://www.postgresql.org/docs/8.0/static/runtime-config.html

Saludos
- Show quoted text -

On 7/6/06, Cecilia Arruzazabala <arruzazabala(at)gmail(dot)com> wrote:
>
> Hola, tengo el siguiente inconveniente, quiero formatear una fecha de la
> siguiente manera:
> select to_char(now(), 'DD "de" Month "de" YYYY')
> y necesito que el mes salga en español. ¿Cómo podría hacer?
>
> Muchas Gracias.
> Cecilia.
>

--
Agustin Casiva - Desarrollador de Sistemas

www.casivaagustin.com.ar
casivaagustin(at)gmail(dot)com

http://www.opensoftware.adcserver.net/

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Linder Poclaba 2006-07-06 14:05:29 Re: Formato de fecha en español
Previous Message Cecilia Arruzazabala 2006-07-06 13:31:06 Formato de fecha en español