- Correcting some texts.

#- And testing the online doc editor.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296162 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2010-03-14 05:18:33 +00:00
parent b6d89e7ae0
commit 99ea22f629
2 changed files with 6 additions and 3 deletions

View file

@ -16,8 +16,9 @@
date and time in many different ways.
</para>
<para>
Each component of date (e.g. year) is internally stored as 64-bit number so
all imaginable dates (including negative years) are supported.
The date and time information is internally stored as an 64-bit number so
all imaginable dates (including negative years) are supported. The range is from about 292
billion years in the past to the same in the future.
</para>
<note>
<simpara>

View file

@ -12,7 +12,9 @@
<section xml:id="dateinterval.intro">
&reftitle.intro;
<para>
Representation of date interval.
Representation of date interval. A date interval stores either a fixed amount of time
(in years, months, days, hours etc) or a relative time string in the format that
DateTime's constructor supports.
</para>
</section>
<!-- }}} -->