mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix bug #70687 (Month List for 5775 Incorrect)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342993 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
185a9f6255
commit
b03454fec4
1 changed files with 6 additions and 1 deletions
|
@ -30,7 +30,12 @@
|
|||
<term><parameter>month</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The month as a number from 1 to 13
|
||||
The month as a number from <literal>1</literal> to <literal>13</literal>,
|
||||
where <literal>1</literal> means <literal>Tishri</literal>,
|
||||
<literal>13</literal> means <literal>Elul</literal>, and
|
||||
<literal>6</literal> <emphasis>and</emphasis> <literal>7</literal> mean
|
||||
<literal>Adar</literal> in regular years, but <literal>Adar I</literal>
|
||||
and <literal>Adar II</literal>, respectively, in leap years.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue