Subject Re: [firebird-php] date formats
Author Lutz Brückner
Guy Boanas wrote:

> Could someone give me an example how in PHP to return a value from a date
> column in the format 'dd-mm-yyyy', i.e. 19-08-2003. Thank you.

set the time format before querying your table, i.e.

ibase_timefmt("%d-%m-%Y", IBASE_DATE);

Lutz