From 60608d73b3bf82cbe42a8c47b6589b063c16dae0 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Tue, 9 Apr 2002 13:48:06 +0000 Subject: [PATCH] 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 --- functions/datetime.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/datetime.xml b/functions/datetime.xml index 0a3dc80f53..9e0ea80423 100644 --- a/functions/datetime.xml +++ b/functions/datetime.xml @@ -1,5 +1,5 @@ - + Date and Time functions Date/time @@ -1028,7 +1028,8 @@ echo strftime ("Last day in Feb 2000 is: %d", $lastday); Not all conversion specifiers may be supported by your C library, in which case they will not be supported by PHP's - strftime. + strftime. This means that %T and %D will + not work on Windows.