clarification on tm_month being zero-based

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62790 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2001-11-19 13:56:00 +00:00
parent 8fd1f8079e
commit fde01cd82a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.52 $ -->
<!-- $Revision: 1.53 $ -->
<reference id="ref.datetime">
<title>Date and Time functions</title>
<titleabbrev>Date/time</titleabbrev>
@ -638,7 +638,7 @@ echo gmstrftime ("%b %d %Y %H:%M:%S", mktime (20,0,0,12,31,98))."\n";
</listitem>
<listitem>
<simpara>
"tm_mon" - month of the year
"tm_mon" - month of the year, starting with 0 for january
</simpara>
</listitem>
<listitem>