ID: 31535 Updated by: [EMAIL PROTECTED] Reported By: juju at inrets dot fr -Status: Open +Status: Bogus Bug Type: Ingres II related Operating System: Linux phoebe 2.6.8.1-10mdksmp PHP Version: 5.0.2 New Comment:
The data returned is what ingres returns. Report to ingres devs. Previous Comments: ------------------------------------------------------------------------ [2005-01-13 11:18:33] juju at inrets dot fr Description: ------------ when data are selected, the II_DATE_FORMAT VALUE is ignored. I use MULTINATIONAL4 and I get US format (31-dec-2004 for example) Reproduce code: --------------- // II_DATE_FORMAT value is MULTINATIONAL4 // SQL at the unix command level, returns : // 31/12/2004 ingres_query("select date_deb from mytable"); $row = ingres_fetch_row(); echo $row[1]; Expected result: ---------------- 31/12/2004 Actual result: -------------- 31-dec-2004 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31535&edit=1