nlopess Thu Feb 12 10:20:41 2004 EDT
Modified files:
/phpdoc/en/reference/datetime/functions date.xml
Log:
added c parameter
PHP 5 only
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/date.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/datetime/functions/date.xml
diff -u phpdoc/en/reference/datetime/functions/date.xml:1.14
phpdoc/en/reference/datetime/functions/date.xml:1.15
--- phpdoc/en/reference/datetime/functions/date.xml:1.14 Wed Jan 7 14:26:50
2004
+++ phpdoc/en/reference/datetime/functions/date.xml Thu Feb 12 10:20:41 2004
@@ -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>
@@ -68,6 +68,11 @@
<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>
<entry><literal>01</literal> to <literal>31</literal></entry>