"Patrick Dunford" wrote:
>I have a line in a PHP script that looks like this:
>
> $set=pg_exec($dbconn, "SET DATESTYLE TO 'European'"); //Set date format
>
>Since my ISP updated their server, this appears to be ignored as pgsql
>always returns dates in ISO format.
>
>1. What is
> I have a line in a PHP script that looks like this:
> $set=pg_exec($dbconn, "SET DATESTYLE TO 'European'"); //Set date format
> Since my ISP updated their server, this appears to be ignored as pgsql
> always returns dates in ISO format.
> 1. What is the default format of dates returned t
I have a line in a PHP script that looks like this:
$set=pg_exec($dbconn, "SET DATESTYLE TO 'European'"); //Set date format
Since my ISP updated their server, this appears to be ignored as pgsql
always returns dates in ISO format.
1. What is the default format of dates returned that I c