目前我正在使用这行代码 p>
echo date(“F j Y g:i:s”,$ row [date]);
code> pre>
但它只是给了我 1970年1月1日2: 33:31 code> p>
我也希望它看起来正常,因为如果我不做日期(“F j Y g:i:s”,< / code>,我得到的只是 2011-03-02 23:00:30 code>这是正确的日期,但以非常异常的方式显示 p>
div>
Currently I'm using this line of code
echo date("F j Y g:i:s", $row[date]);
But it just gives me January 1 1970 2:33:31
I also want it to look normal because if I don't do the date("F j Y g:i:s",
at all, all I get is 2011-03-02 23:00:30
which is the correct date, but displayed in a very abnormal way
目前我正在使用这行代码 p>
echo date(“F j Y g:i:s”,$ row [date]);
code> pre>
但它只是给了我 1970年1月1日2: 33:31 code> p>
我也希望它看起来正常,因为如果我不做日期(“F j Y g:i:s”,< / code>,我得到的只是 2011-03-02 23:00:30 code>这是正确的日期,但以非常异常的方式显示 p>
div>