php 中 date("Ymd",strtotime("24 Dec, 2014"))
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 中 date("Ymd",strtotime("24 Dec, 2014"))相关的知识,希望对你有一定的参考价值。
为什么我的返回值是 20151224
?????
哪位大神解惑下^.^
因为你的格式有误,时间参数不要有逗号,逗号后面无法识别默认取当前年份了。
echo date('Ymd',strtotime("24 Dec 2014"));Ymd确实是返回8位年月日,不知道你要什么格式的。
参考技术A strtotime函数在php中是可以把日志转换成时间戳,他可以方便的让我们对日期时间分秒的计算,下面我来给各位介绍时strtotime函数用法。1.获取当前的时间的时间戳!
a.实用strtotime('now');来获取当前的时间戳!(因为PHP当前时间和真是时间相差8小时)
代码如下
ate('Y-m-d H:i:s',strtotime('now')+8*60*60);
结果:2013-04-05 03:15:02
以上是关于php 中 date("Ymd",strtotime("24 Dec, 2014"))的主要内容,如果未能解决你的问题,请参考以下文章
EXCEL求年龄出错,用=DATEDIF(G2,TODAY(),"YMD")报num