goba Thu Sep 29 10:10:42 2005 EDT
Modified files: /phpdoc/en/reference/datetime/functions date.xml Log: strengthen the point that the suggested two functions should be used instead of date http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/date.xml?r1=1.23&r2=1.24&ty=u Index: phpdoc/en/reference/datetime/functions/date.xml diff -u phpdoc/en/reference/datetime/functions/date.xml:1.23 phpdoc/en/reference/datetime/functions/date.xml:1.24 --- phpdoc/en/reference/datetime/functions/date.xml:1.23 Sun Sep 11 16:31:36 2005 +++ phpdoc/en/reference/datetime/functions/date.xml Thu Sep 29 10:10:39 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.23 $ --> +<!-- $Revision: 1.24 $ --> <!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 --> <refentry id="function.date"> <refnamediv> @@ -387,7 +387,7 @@ <para> To format dates in other languages, you should use the <function>setlocale</function> and <function>strftime</function> - functions. + functions instead of <function>date</function>. </para> <para> See also <function>getlastmod</function>, <function>gmdate</function>,