Re: [PHP-DEV] mssql.convertdatetime, mssql.longdatetime

2003-02-24 Thread Michael Bretterklieber
Hi, Just FYI: I wrote some months ago a patch wich let datetime-values return in the format -MM-DD HH24:MI:SS, because sometimes the conversion function wich converts datetime-values does weird things. The ini switch for activating this is named mssql.datetimeconvert, you must set this to

RE: [PHP-DEV] mssql.convertdatetime, mssql.longdatetime

2003-02-24 Thread Mike Robinson
Jochen Daum wrote: > Hi ! > > I need to fetch a datetime column from sql server with > milliseconds. Someone posted a patch a while ago: > Doesn't look like that patch made it, but a ton of work has been done on that file since. > How do I find out, if this patch has been incorporated > into V