Re: dates

From: Richard Huxton <dev(at)archonet(dot)com>
To: "peter" <peter(at)peter(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: dates
Date: 2002-11-08 16:18:19
Message-ID: 200211081618.19143.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday 08 Nov 2002 12:02 am, peter wrote:
> how do I convert a date from mm/dd/yyyy to dd/mm/yyyy

Do you want to change the way dates are *displayed* or do you have dates in
the first format and want to *insert* them into the database.

For the first, see SET/SHOW DateStyle and for the second, I'd pre-parse them
in the application.

--
Richard Huxton

In response to

  • dates at 2002-11-08 00:02:51 from peter

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2002-11-08 16:43:22 Re: Win2K Questions
Previous Message Csaba Nagy 2002-11-08 16:06:54 Foreign key deadlocks