Re: this date format thing.

From: "Peter Haworth" <pmh(at)edison(dot)ioppublishing(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: this date format thing.
Date: 2003-04-03 11:36:07
Message-ID: PGM.20030403113607.24804.3143@edison.ioppublishing.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2 Apr 2003 13:23:45 -0700 (MST), scott.marlowe wrote:
> While situations where 04-02 would get put in when the user meant 02-04,
> at least enough of the 02-13 cases would throw an error that the user
> would know they had been doing something wrong along the way and would
> hopefully go back and look at their data.

You wish.

jnlstats=> select version();
version
-------------------------------------------------------------
PostgreSQL 7.3.2 on i686-pc-linux-gnu, compiled by GCC 2.96
(1 row)

jnlstats=> set datestyle='ISO';
SET
jnlstats=> select '2001-12-31'::date;
date
------------
2001-12-31
(1 row)

jnlstats=> select '2001-31-12'::date;
date
------------
2001-12-31
(1 row)

jnlstats=> select to_date('2001-31-12','yyyy-mm-dd');
to_date
------------
2003-07-14
(1 row)

--
Peter Haworth pmh(at)edison(dot)ioppublishing(dot)com
"True, in chess you never get to grab your opponent, roll him around
your hip and slam him (or her) to the floor but you get the idea"
-- Simon Wistow

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2003-04-03 11:41:05 Re: images in database
Previous Message Thierry Missimilly 2003-04-03 11:28:54 Problem to add a delay to a date