mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
43c01b5cea
commit
0436090b09
1 changed files with 7 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue