mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
fix example of date format functions.
Thanks Derick ;) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192066 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f46825aaba
commit
a91f6976d8
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="datetime.constants">
|
||||
&reftitle.constants;
|
||||
<para>
|
||||
The following constants are defined since PHP 5.1.0 and they offer standard
|
||||
date representations, which can be used along with the date format functions
|
||||
(like <function>date</function> or <function>strftime</function>).
|
||||
(like <function>date</function>).
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
|
|
Loading…
Reference in a new issue