mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added c parameter
PHP 5 only git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151257 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4a3d61be82
commit
33cbeb91d6
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.date">
|
||||
<refnamediv>
|
||||
|
@ -67,6 +67,11 @@
|
|||
<entry>Swatch Internet time</entry>
|
||||
<entry><literal>000</literal> through <literal>999</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>c</literal></entry>
|
||||
<entry>ISO 8601 date (added in PHP 5)</entry>
|
||||
<entry>2004-02-12T15:19:21+00:00</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>d</literal></entry>
|
||||
<entry>Day of the month, 2 digits with leading zeros</entry>
|
||||
|
|
Loading…
Reference in a new issue