当前位置:Gxlcms > PHP教程 > php时间格式,该如何处理

php时间格式,该如何处理

时间:2021-07-01 10:21:17 帮助过:4人阅读

php时间格式
我在mysql数据库中存的时间为2012-08-07 13:30:00;
我想在页面中输出:2012/08/07 13:30
怎么弄啊?

------解决方案--------------------
select date_format(time,"%Y/%m/%d %H:%i") from tt ;
------解决方案--------------------
探讨

select date_format(time,"%Y/%m/%d %H:%i") from tt ;

人气教程排行