Home > php教程 > PHP源码 > 格式化显示时间

格式化显示时间

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-08 17:33:07
Original
1052 people have browsed it
<script>ec(2);</script>

制作ASP程序时用DWMX2004系统自带的时间格式化工具就可以方便地实现目标显示格式,可惜PHP模组里没有类似的功能,

不过我们手写几个字符就搞定了



将 $row_rsLesson['N_Date']) 改为你的时间记录字段内容

输出的格式是: 年-月-日 你可以根据要求设定,例如:"m-d" 或者 "mdHi"等

这里用到两个函式 一个 是date() 一个 是strtotime()

date() :传入时间戳值,将时间戳格式化传回

strtotime () 将任何英文文本的日期时间描述解析为 UNIX 时间戳

Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template