nlopess Mon Jul 5 06:23:02 2004 EDT
Modified files:
/phpdoc/en/reference/datetime/functions getdate.xml
Log:
fix #25787: wrong yday range
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/getdate.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/datetime/functions/getdate.xml
diff -u phpdoc/en/reference/datetime/functions/getdate.xml:1.8
phpdoc/en/reference/datetime/functions/getdate.xml:1.9
--- phpdoc/en/reference/datetime/functions/getdate.xml:1.8 Sun Jun 22 20:52:11
2003
+++ phpdoc/en/reference/datetime/functions/getdate.xml Mon Jul 5 06:23:02 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
<refentry id="function.getdate">
<refnamediv>
@@ -68,7 +68,7 @@
<row>
<entry><literal>"yday"</literal></entry>
<entry>Numeric representation of the day of the year</entry>
- <entry><literal>0</literal> through <literal>366</literal></entry>
+ <entry><literal>0</literal> through <literal>365</literal></entry>
</row>
<row>
<entry><literal>"weekday"</literal></entry>