note that we use the c library's strftime, which may not support all the specifiers

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40026 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2001-01-23 03:25:46 +00:00
parent 43c01b5cea
commit 0436090b09

View file

@ -908,6 +908,13 @@ echo strftime ("Last day in Feb 2000 is: %d", $lastday);
</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">