mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added note that %D and %T do not work on Windows.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77330 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9dc89cb7d5
commit
60608d73b3
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.70 $ -->
|
||||
<!-- $Revision: 1.71 $ -->
|
||||
<reference id="ref.datetime">
|
||||
<title>Date and Time functions</title>
|
||||
<titleabbrev>Date/time</titleabbrev>
|
||||
|
@ -1028,7 +1028,8 @@ echo strftime ("Last day in Feb 2000 is: %d", $lastday);
|
|||
<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>.
|
||||
<function>strftime</function>. This means that %T and %D will
|
||||
not work on Windows.
|
||||
</para>
|
||||
</note>
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue