在前面的
<如何使用PHP计算上一个月的今天>
一文中, 我们提到strtotime函数在使用strtotime(”-1 month”)求上一个月的今天时会出一些状况,因此也引出写这篇文章,本文包括如下内容:
<FONT style="COLOR: #ff0000">•strtotime函数的一些用法
•strtotime函数的实现基本原理
•strtotime(”-1 month”)求值失败的原因
strtotime函数的一些用法
1、 strtotime(”JAN”)和strtotime(”January”)
这两个用法的效果是一样的,都是返回指定月份的今天,如果指定月份没有今天,则顺延到下一个月。 如在2011-03-31计算二月,代码:<div class="codetitle"><a style="CURSOR: pointer" data="95135" class="copybut" id="copybut95135" onclick="doCopy('code95135')"> 代码如下: