From fde01cd82a0a349d90f7fdb1451c4297d1aa26ad Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 19 Nov 2001 13:56:00 +0000 Subject: [PATCH] clarification on tm_month being zero-based git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62790 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/datetime.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/datetime.xml b/functions/datetime.xml index 78380c1365..f0ebf020b4 100644 --- a/functions/datetime.xml +++ b/functions/datetime.xml @@ -1,5 +1,5 @@ - + Date and Time functions Date/time @@ -638,7 +638,7 @@ echo gmstrftime ("%b %d %Y %H:%M:%S", mktime (20,0,0,12,31,98))."\n"; - "tm_mon" - month of the year + "tm_mon" - month of the year, starting with 0 for january