[PHP-DOC] cvs: phpdoc /en/functions datetime.xml From: Jani Taskinen (sniper <email protected>)
Date: 09/03/00

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>