Date: 09/03/00
- Next message: php3 <email protected>: "[PHP-DOC] Suggestion for Support page"
- Previous message: Martin Samesch: "[PHP-DOC] cvs: phpdoc /de Translators"
- Next in thread: Mike Robinson: "[PHP-DOC] cvs: phpdoc /en/functions datetime.xml"
- Maybe reply: Mike Robinson: "[PHP-DOC] cvs: phpdoc /en/functions datetime.xml"
- Maybe reply: Stanislav Malyshev: "[PHP-DOC] cvs: phpdoc /en/functions datetime.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sniper Sat Sep 2 21:15:31 2000 EDT
Modified files:
/phpdoc/en/functions datetime.xml
Log:
Fixed checkdate() documentation.
Index: phpdoc/en/functions/datetime.xml
diff -u phpdoc/en/functions/datetime.xml:1.19 phpdoc/en/functions/datetime.xml:1.20
--- phpdoc/en/functions/datetime.xml:1.19 Mon Aug 21 10:58:02 2000
+++ phpdoc/en/functions/datetime.xml Sat Sep 2 21:15:31 2000
@@ -5,7 +5,7 @@
<refentry id="function.checkdate">
<refnamediv>
<refname>checkdate</refname>
- <refpurpose>Validate a date/time</refpurpose>
+ <refpurpose>Validate a gregorian date/time</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -24,7 +24,7 @@
<itemizedlist>
<listitem>
<simpara>
- year is between 0 and 32767 inclusive
+ year is between 1 and 32767 inclusive
</simpara>
</listitem>
<listitem>
- Next message: php3 <email protected>: "[PHP-DOC] Suggestion for Support page"
- Previous message: Martin Samesch: "[PHP-DOC] cvs: phpdoc /de Translators"
- Next in thread: Mike Robinson: "[PHP-DOC] cvs: phpdoc /en/functions datetime.xml"
- Maybe reply: Mike Robinson: "[PHP-DOC] cvs: phpdoc /en/functions datetime.xml"
- Maybe reply: Stanislav Malyshev: "[PHP-DOC] cvs: phpdoc /en/functions datetime.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

