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:
Sander Roobol 2002-04-09 13:48:06 +00:00
parent 9dc89cb7d5
commit 60608d73b3

View file

@ -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>