thinkphp5.1格式化mysql時間戳爲日期的多種方式

方式一      使用mysql函數FROM_UNIXTIME(unix_timestamp,format)直接轉換 select FROM_UNIXTIME(o.create_time,'%Y-%m-%d') create_time from table 方式二 使用模型獲取器 withAttr, 在該方法中用date函數格式化 ->field('*') ->withAttr('create_t
相關文章
相關標籤/搜索