From 15009086742e032375846a57bf04e6556412cf9a Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Sat, 13 Jan 2001 06:54:45 +0000 Subject: [PATCH] 1-31 range for strftime (typo) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39332 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/datetime.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/datetime.xml b/functions/datetime.xml index 35270cca76..f14639259d 100644 --- a/functions/datetime.xml +++ b/functions/datetime.xml @@ -757,7 +757,7 @@ echo strftime ("Last day in Feb 2000 is: %d", $lastday); - %d - day of the month as a decimal number (range 00 to 31) + %d - day of the month as a decimal number (range 01 to 31)