From: | <sandrigo(dot)lezcano(at)gmail(dot)com> |
---|---|
To: | Luis Fernando Curiel Cabrera <lcuriel(at)gmail(dot)com> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Formato Fechas |
Date: | 2005-11-09 00:30:25 |
Message-ID: | 1a5d58e60511081630m33a62db5yb5b11aca5a39505d@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
On 11/8/05, Luis Fernando Curiel Cabrera <lcuriel(at)gmail(dot)com> wrote:
>
> Hay forma de especificar (al crear la tabla, al haccer un cast, o con
> alguna función nativa) de especificar como será el formato con el que se
> trabajara.
mmm ..
en el manual hay algo al respecto..
Set the style of date to traditional POSTGRES
with "day before month" input convention:
SET datestyle TO postgres, dmy;
tb
-- convert string to date
date to_date(text, text)
SELECT to_date('05/12/2000', 'DD/MM/YYYY');
Att
--
_______________________________________
sandrigo(dot)lezcano(at)gmail(dot)com ICQ:143590717
RUA INDEPENDENCIA 135 - BOA VISTA
CEP 06411-050 - Barueri/SP/Brazil
FONE 11 4198-1095
Vip-Systems Informatica
http://www.vip-systems.com.br
===============================
From | Date | Subject | |
---|---|---|---|
Next Message | Diego Gil | 2005-11-09 01:08:49 | Re: Formato Fechas |
Previous Message | Luis Fernando Curiel Cabrera | 2005-11-08 23:58:41 | Formato Fechas |