Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 Zend_Db_Select 适配器(如“SELECT DATE_FORMAT....”)正确格式化时间戳?
利用
$database->select ()->from ('table', array (new Zend_Db_Expr ('DATE_FORMAT("...")')));
形式。