start a changelog for datetime.formats.relative (doc bug #67722)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334439 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2014-07-31 13:11:08 +00:00
parent 517e7bc163
commit caba86305d

View file

@ -18,7 +18,7 @@
</para>
<!--Time Formats: {{{-->
<section xml:id="datetime.formats.time">
<sect1 xml:id="datetime.formats.time">
<title>Time Formats</title>
<para>
@ -171,11 +171,11 @@
</tbody>
</tgroup>
</table>
</section>
</sect1>
<!--}}}-->
<!--Date Formats: {{{-->
<section xml:id="datetime.formats.date">
<sect1 xml:id="datetime.formats.date">
<title>Date Formats</title>
<para>
@ -443,11 +443,11 @@
in the proleptic Gregorian calendar).
</para>
</note>
</section>
</sect1>
<!--}}}-->
<!--Compound Formats: {{{-->
<section xml:id="datetime.formats.compound">
<sect1 xml:id="datetime.formats.compound">
<title>Compound Formats</title>
<para>
@ -635,13 +635,12 @@
The "Unix Timestamp" format sets the timezone to UTC.
</para>
</note>
</section>
</sect1>
<!--}}}-->
<!--Relative Formats: {{{-->
<section xml:id="datetime.formats.relative">
<sect1 xml:id="datetime.formats.relative">
<title>Relative Formats</title>
<para>
This page describes the different relative date/time formats that the
<function>strtotime</function>, <classname>DateTime</classname> and
@ -926,7 +925,32 @@
December being 31 days in length, producing a total of 61 days.
</para>
</note>
</section>
<sect2 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>5.3.3</entry>
<entry>
"first day" and "last day" changed to behave has "+1 day" and "-1 day",
respectively. Previously, the behaviour was as "first day of" and "last day of".
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</sect2>
</sect1>
<!--}}}-->
</chapter>