From 133e5c9a95d690e959a877779e23c7028662c9d2 Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 20 Sep 2000 19:27:34 +0000 Subject: [PATCH] Fixed typo. ( In strftime %m prefixes month-numbers with 0's when < 10 ) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32908 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 43b3ab1926..9eae26b2e6 100644 --- a/functions/datetime.xml +++ b/functions/datetime.xml @@ -783,7 +783,7 @@ echo strftime ("Last day in Feb 2000 is: %d", $lastday); - %m - month as a decimal number (range 1 to 12) + %m - month as a decimal number (range 01 to 12)