diff --git a/reference/datetime/datetime/add.xml b/reference/datetime/datetime/add.xml
index 742baba726..61c69dfe66 100644
--- a/reference/datetime/datetime/add.xml
+++ b/reference/datetime/datetime/add.xml
@@ -61,7 +61,6 @@
format("d-m-Y H:i:s").'
';
@@ -79,7 +78,6 @@ echo '
'.$date->format("d-m-Y").' : 5 Days, 5 Months, 5 Years';
date_add($date, new DateInterval("P5YT5H"));
echo '
'.$date->format("d-m-Y H:i:s").' : 5 Years, 5 Hours';
-
?>
]]>
diff --git a/reference/datetime/datetime/createfromformat.xml b/reference/datetime/datetime/createfromformat.xml
index fe541bd5ea..4a56483781 100644
--- a/reference/datetime/datetime/createfromformat.xml
+++ b/reference/datetime/datetime/createfromformat.xml
@@ -49,7 +49,7 @@
is !, then all portions of the date/time
value generated which are not specified in
time will be initialized to corresponding
- values from the Unix epoch.
+ values from the Unix epoch.
The Unix epoch is 1970-01-01 00:00:00 UTC.
diff --git a/reference/datetime/datetime/diff.xml b/reference/datetime/datetime/diff.xml
index f1651dc167..e630c4e032 100644
--- a/reference/datetime/datetime/diff.xml
+++ b/reference/datetime/datetime/diff.xml
@@ -65,12 +65,10 @@
diff($datetime2);
echo $interval->format('%R%d days');
-
?>
]]>
@@ -80,12 +78,10 @@ echo $interval->format('%R%d days');
format('%R%d days');
-
?>
]]>
diff --git a/reference/datetime/datetime/format.xml b/reference/datetime/datetime/format.xml
index 8a6f8583ec..409c37f458 100644
--- a/reference/datetime/datetime/format.xml
+++ b/reference/datetime/datetime/format.xml
@@ -6,7 +6,7 @@
DateTime::format
Returns date formatted according to given format
-
+
&reftitle.description;
@@ -36,7 +36,7 @@
-
+
&reftitle.returnvalues;
diff --git a/reference/datetime/datetime/gettimezone.xml b/reference/datetime/datetime/gettimezone.xml
index 61d7602759..e2bb83d651 100644
--- a/reference/datetime/datetime/gettimezone.xml
+++ b/reference/datetime/datetime/gettimezone.xml
@@ -6,6 +6,7 @@
DateTime::getTimezone
Return time zone relative to given DateTime
+
&reftitle.description;
diff --git a/reference/datetime/datetime/modify.xml b/reference/datetime/datetime/modify.xml
index e1e9594f52..237110d91f 100644
--- a/reference/datetime/datetime/modify.xml
+++ b/reference/datetime/datetime/modify.xml
@@ -6,6 +6,7 @@
DateTime::modify
Alters the timestamp
+
&reftitle.description;
@@ -18,7 +19,7 @@
stringmodify
- Alter the timestamp of a DateTime object by incrementing or decrementing in a
+ Alter the timestamp of a DateTime object by incrementing or decrementing in a
format accepted by strtotime.
@@ -65,7 +66,7 @@
-
+
&reftitle.examples;
diff --git a/reference/datetime/datetime/setdate.xml b/reference/datetime/datetime/setdate.xml
index 889c1eb81a..9c08f1fb17 100644
--- a/reference/datetime/datetime/setdate.xml
+++ b/reference/datetime/datetime/setdate.xml
@@ -6,6 +6,7 @@
DateTime::setDate
Sets the date
+
&reftitle.description;
@@ -84,7 +85,7 @@
-
+
&reftitle.examples;
diff --git a/reference/datetime/datetime/setisodate.xml b/reference/datetime/datetime/setisodate.xml
index b2b3dfafc6..0ac63b8a68 100644
--- a/reference/datetime/datetime/setisodate.xml
+++ b/reference/datetime/datetime/setisodate.xml
@@ -6,6 +6,7 @@
DateTime::setISODate
Sets the ISO date
+
&reftitle.description;
@@ -22,7 +23,7 @@
intday
- Set a date according to the ISO 8601 standard - using weeks and day offsets
+ Set a date according to the ISO 8601 standard - using weeks and day offsets
rather than specific dates.
@@ -85,7 +86,7 @@
-
+
&reftitle.examples;
@@ -99,7 +100,7 @@ date_default_timezone_set('Europe/London');
$datetime = new DateTime();
// Offset from start of week 2 (7) = 5
-$datetime->setISODate(2008, 2, 5); // Day 5 of week 2 of 2008 is the 11th of January.
+$datetime->setISODate(2008, 2, 5); // Day 5 of week 2 of 2008 is the 11th of January.
// Offset from start of week 2 (7) = 10
$datetime->setISODate(2008, 2, 10); // Day 10 of week 2 of 2008 is the 16th of January.
diff --git a/reference/datetime/datetime/settime.xml b/reference/datetime/datetime/settime.xml
index 17f2202331..8b9d4d1176 100644
--- a/reference/datetime/datetime/settime.xml
+++ b/reference/datetime/datetime/settime.xml
@@ -6,6 +6,7 @@
DateTime::setTime
Sets the time
+
&reftitle.description;
@@ -84,7 +85,7 @@
-
+
&reftitle.examples;
diff --git a/reference/datetime/datetime/settimezone.xml b/reference/datetime/datetime/settimezone.xml
index 7d49a5cde7..ec3271aa50 100644
--- a/reference/datetime/datetime/settimezone.xml
+++ b/reference/datetime/datetime/settimezone.xml
@@ -6,6 +6,7 @@
DateTime::setTimezone
Sets the time zone for the DateTime object
+
&reftitle.description;
@@ -67,7 +68,7 @@
-
+
&reftitle.examples;