Re: [SQL] US Date Style

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: ditilupi <gme(at)ufba(dot)br>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [SQL] US Date Style
Date: 2000-04-27 19:48:21
Message-ID: Pine.LNX.3.96.1000427214616.7483C-100000@ara.zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql


On Thu, 27 Apr 2000, ditilupi wrote:

>
> Hi people,
>
> I'm having this problem with date fields. I'm using the Postgresql7.0beta4
> and programming in PHP3. When I set the environment variable PGDATESTYLE
> to "NonEuropean,SQL" it works, but only if I'm in the Pgsql environment.
> When I access through the PHP3 it doesn't work.
>
> Does anybody have any suggestion that could help me?

In 7.0: to_char() for full date/time format control. For more details see
the PG docs.

Karel

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Wolfe 2000-04-27 19:56:12 Re: [SQL] US Date Style
Previous Message Ed Loehr 2000-04-27 19:26:28 Re: ODBC Stuff

Browse pgsql-sql by date

  From Date Subject
Next Message Steve Wolfe 2000-04-27 19:56:12 Re: [SQL] US Date Style
Previous Message ditilupi 2000-04-27 17:57:01 [SQL] US Date Style