From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | clark(at)knowideas(dot)com |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: How Can I set a non standard date format? |
Date: | 2007-03-03 19:03:48 |
Message-ID: | 45E9C694.2070207@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
clark(at)knowideas(dot)com wrote:
> Hi All Esteemed Developers,
>
> I have a requirement to have dates like ddmmmyyy. ie: 03MAR07
>
> I want to be able to have dates returned from a query in this format
> so that I can use passthrough queries from Access. I know I can use
> to_char to format the date anyway I want, but this causes the column
> to appear as a text datatype instead of a date datatype.
Well, 03MAR07 is not a valid date. This is the formats we understand:
http://www.postgresql.org/docs/8.2/static/datatype-datetime.html
Joshua D. Drake
> Any ideas?
>
> best regards,
> billc
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org/
>
--
=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2007-03-03 19:12:15 | Re: COPY FROM and multiple null strings |
Previous Message | Joshua D. Drake | 2007-03-03 17:10:52 | Re: PG Dump 8.2 |