Rav*_*thi 4 php date
我有下面的字符串"June 1, 2012".我需要为上面的字符串找到一天.
"June 1, 2012"
这个值从wordpress postdate()函数返回.
我怎么能在PHP中这样做?
Geo*_*oot 7
你不能解析日期strtotime吗?如果是这样,你可以这样做:
strtotime
<?php date('l', strtotime('June 1, 2012')); ?>
归档时间:
13 年,6 月 前
查看次数:
15271 次
最近记录: