mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
* added "see also strftime" to date and gmdate docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54953 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d88db0235d
commit
f075029416
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Revision: 1.44 $ -->
|
||||
<!-- $Revision: 1.45 $ -->
|
||||
<reference id="ref.datetime">
|
||||
<title>Date and Time functions</title>
|
||||
<titleabbrev>Date/time</titleabbrev>
|
||||
|
@ -284,8 +284,8 @@ $today = date("H:i:s"); // 17:16:17
|
|||
functions.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>gmdate</function> and
|
||||
<function>mktime</function>.
|
||||
See also <function>gmdate</function>,
|
||||
<function>mktime</function> and <function>strftime</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -452,7 +452,7 @@ echo gmdate ("M d Y H:i:s", mktime (0,0,0,1,1,1998));
|
|||
</para>
|
||||
<para>
|
||||
See also <function>date</function>, <function>mktime</function>,
|
||||
and <function>gmmktime</function>.
|
||||
<function>gmmktime</function> and <function>strftime</function>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue