把所出现的问题说的清楚一点吧.

解决方案 »

  1.   

    Bug #10055 strtotime() doesn't work on MSSQL standard dates[29 Mar 2001 9:59am CEST] rsignes at iqep dot com 
    MSSQL returns dates in the format: "Mar 2 2001 9:21PM".
    strtodate() can't handle that, and MSSQL is sorely lacking a
    unix_timestamp or date_format() function.  I've written my own routine
    to handle this, but it'd be swell if it worked out of the box.
    [13 Apr 4:33pm CEST] [email protected] 
    In PHP 4.3.6RC3-dev this seems to work just fine..