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