From 99ea22f62995e52ff30a7c143ab03c624a5f8ea6 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 14 Mar 2010 05:18:33 +0000 Subject: [PATCH] - 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 --- reference/datetime/book.xml | 5 +++-- reference/datetime/dateinterval.xml | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/reference/datetime/book.xml b/reference/datetime/book.xml index 9a193c1824..f5257f7f6b 100644 --- a/reference/datetime/book.xml +++ b/reference/datetime/book.xml @@ -16,8 +16,9 @@ date and time in many different ways. - 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. diff --git a/reference/datetime/dateinterval.xml b/reference/datetime/dateinterval.xml index 542467762e..b57f127de9 100644 --- a/reference/datetime/dateinterval.xml +++ b/reference/datetime/dateinterval.xml @@ -12,7 +12,9 @@
&reftitle.intro; - 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.