Re: [PHP-DEV] sybase-ct and datetime results

2001-04-25 Thread Jo Giraerts
On Wed, Apr 25, 2001 at 10:59:15PM +0200, Björn Dolkemeier wrote: > (I posted this also to php.db, but the more I think php.dev would be a > better place) > > Hello, > > If I do a sybase_query("select getdate()",$Conn) this will return the > current date in the format "Nov 3 1998 8:06PM" (so I

Re: [PHP-DEV] sybase-ct and datetime results

2001-04-25 Thread Brian Foddy
> On Wed, 25 Apr 2001 22:59:15 +0200, Bj,rn Dolkemeier wrote: >(I posted this also to php.db, but the more I think php.dev would be a >better place) > >Hello, > >If I do a sybase_query("select getdate()",$Conn) this will return the >current date in the format "Nov 3 1998 8:06PM" (so I don't ha

[PHP-DEV] sybase-ct and datetime results

2001-04-25 Thread Björn Dolkemeier
(I posted this also to php.db, but the more I think php.dev would be a better place) Hello, If I do a sybase_query("select getdate()",$Conn) this will return the current date in the format "Nov 3 1998 8:06PM" (so I don't have seconds). I think this leads to the usage of CS_SHORT_DATE in ext/sy