jimw            Mon Jan 22 19:25:46 2001 EDT

  Modified files:              
    /phpdoc/en/functions        datetime.xml 
  Log:
  note that we use the c library's strftime, which may not support all the specifiers
  
Index: phpdoc/en/functions/datetime.xml
diff -u phpdoc/en/functions/datetime.xml:1.29 phpdoc/en/functions/datetime.xml:1.30
--- phpdoc/en/functions/datetime.xml:1.29       Wed Jan 17 13:36:25 2001
+++ phpdoc/en/functions/datetime.xml    Mon Jan 22 19:25:46 2001
@@ -908,6 +908,13 @@
        </simpara>
       </listitem>
      </itemizedlist>
+     <note>
+      <para>
+       Not all conversion specifiers may be supported by your C
+       library, in which case they will not be supported by PHP's
+       <function>strftime</function>.
+      </para>
+     </note>
      <example>
       <title><function>Strftime</function> example</title>
       <programlisting role="php">


Reply via email to