Added note regarding the behaviour of relative months. Closes bug #60353.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320010 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Justin Martin 2011-11-27 03:58:58 +00:00
parent b098faa4b4
commit ec3a7c43bc

View file

@ -890,6 +890,14 @@
</listitem>
</orderedlist>
</note>
<note>
<para>
Relative month values are calculated based on the length of months that
they pass through. An example would be "+2 month 2011-11-30", which would
produce "2012-01-30". This is due to November being 30 days in length, and
December being 31 days in length, producing a total of 61 days.
</para>
</note>
</section>
<!--}}}-->