mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
8fd1f8079e
commit
fde01cd82a
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue