betz            Mon Jun 23 14:02:30 2003 EDT

  Modified files:              
    /phpdoc/en/reference/datetime/functions     strftime.xml 
  Log:
  for win32: link for overview of supported conversion specifiers
  see also corrections
  
Index: phpdoc/en/reference/datetime/functions/strftime.xml
diff -u phpdoc/en/reference/datetime/functions/strftime.xml:1.7 
phpdoc/en/reference/datetime/functions/strftime.xml:1.8
--- phpdoc/en/reference/datetime/functions/strftime.xml:1.7     Mon Jun  9 14:47:43 
2003
+++ phpdoc/en/reference/datetime/functions/strftime.xml Mon Jun 23 14:02:30 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
   <refentry id="function.strftime">
    <refnamediv>
@@ -241,9 +241,10 @@
        support negative timestamps, therefore your date range may 
        be limited to no earlier than the unix epoch. This means that 
        e.g. %e, %T, %R and %D (there might be more) and dates prior to
-       <literal>Jan 1, 1970</literal> will not work on Windows, 
-       some Linux distributions, and a few other operating
-       systems.
+       <literal>Jan 1, 1970</literal> will not work on Windows, some Linux
+       distributions, and a few other operating systems. For Windows systems a
+       complete overview of supported conversion specifiers can be found at this
+       <ulink url="&url.strftime.win32;">MSDN website</ulink>.
       </para>
      </note>
      <example>
@@ -327,8 +328,8 @@
      </example>
     </para>
     <para>
-     See also <function>setlocale</function> and
-     <function>mktime</function> and the <ulink url="&spec.strftime;">
+     See also <function>setlocale</function>,
+     <function>mktime</function>, and the <ulink url="&spec.strftime;">
      Open Group specification of
      <function>strftime</function></ulink>.
     </para>



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

Reply via email to