* 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:
Stig Bakken 2001-08-15 07:28:28 +00:00
parent d88db0235d
commit f075029416

View file

@ -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>