mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- 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:
parent
b6d89e7ae0
commit
99ea22f629
2 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
<!-- }}} -->
|
||||
|
|
Loading…
Reference in a new issue