摘要:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf- 阅读全文
摘要:
如题,把如 2013-6-12 12:00 格式化为 2013-6--12可以先将时间转换下,然后重新将时间格式化显示:echo date("Y-m-d", strtotime($newsArr['news_time'])); 阅读全文