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