k.schroeder             Tue Nov 26 15:41:09 2002 EDT

  Modified files:              
    /phpdoc/en/reference/datetime/functions     strftime.xml 
  Log:
  strftime("%R") not working on Windows (Bug #20480)
  
  
Index: phpdoc/en/reference/datetime/functions/strftime.xml
diff -u phpdoc/en/reference/datetime/functions/strftime.xml:1.3 
phpdoc/en/reference/datetime/functions/strftime.xml:1.4
--- phpdoc/en/reference/datetime/functions/strftime.xml:1.3     Wed Jul 24 04:38:28 
2002
+++ phpdoc/en/reference/datetime/functions/strftime.xml Tue Nov 26 15:41:08 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
   <refentry id="function.strftime">
    <refnamediv>
@@ -237,8 +237,8 @@
       <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>. This means that e.g. %e, %T 
-       and %D (there might be more) will not work on Windows.
+       <function>strftime</function>. This means that e.g. %e, %T,
+       %R and %D (there might be more) will not work on Windows.
       </para>
      </note>
      <example>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to