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

sniper Wed Sep 20 12:27:35 2000 EDT

  Modified files:
    /phpdoc/en/functions datetime.xml
  Log:
  Fixed typo. ( In strftime %m prefixes month-numbers with 0's when < 10 )
  
  
Index: phpdoc/en/functions/datetime.xml
diff -u phpdoc/en/functions/datetime.xml:1.22 phpdoc/en/functions/datetime.xml:1.23
--- phpdoc/en/functions/datetime.xml:1.22 Mon Sep 11 07:41:28 2000
+++ phpdoc/en/functions/datetime.xml Wed Sep 20 12:27:34 2000
@@ -783,7 +783,7 @@
       </listitem>
       <listitem>
        <simpara>
- %m - month as a decimal number (range 1 to 12)
+ %m - month as a decimal number (range 01 to 12)
        </simpara>
       </listitem>
       <listitem>