PHP MYSQL 時(shí)間戳 函數(shù) SELECT UNIX_TIMESTAMP()
發(fā)布人:管理員 時(shí)間:2016-07-02 16:16:46 瀏覽:次
PHP MYSQL 時(shí)間戳 函數(shù) SELECT UNIX_TIMESTAMP(日期)
select * from {tabName} where UNIX_TIMESTAMP(日期字段)<=".strtotime("+".$xftime." months",strtotime(日期字段)).";