Home  >  Article  >  Backend Development  >  显示时间有关问题

显示时间有关问题

WBOY
WBOYOriginal
2016-06-13 12:24:51848browse

显示时间问题
date("Y-m-d H:i:s")
显示2015-09-19  11:11:11

改成date("Y-m-d H:i")
显示2015-09-19  11:11:00

请问如何去除秒
------解决思路----------------------
echo date("Y-m-d H:i"); //2015-09-19 12:54
没有秒,怎么去?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Thinkphp中SQL语句有关问题Next article:smarty?sql 报错