mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
b098faa4b4
commit
ec3a7c43bc
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
<!--}}}-->
|
||||
|
||||
|
|
Loading…
Reference in a new issue