Fix bug #63930: cal_from_jd['dow'] gives 0 for Sunday

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344407 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2018-03-01 12:26:16 +00:00
parent 7a411177d7
commit ce74b736cf

View file

@ -53,8 +53,10 @@
&reftitle.returnvalues;
<para>
Returns an array containing calendar information like month, day, year,
day of week, abbreviated and full names of weekday and month and the
day of week (<literal>dow</literal>), abbreviated and full names of weekday and month and the
date in string form "month/day/year".
The day of week ranges from <literal>0</literal> (Sunday) to
<literal>6</literal> (Saturday).
</para>
</refsect1>