From 5be6c2905e755c0d6cd3de72cda5bba2d2987359 Mon Sep 17 00:00:00 2001 From: Pavel Savinov Date: Tue, 24 Jul 2012 00:14:18 +1200 Subject: [PATCH] Remove dateinterval and dateperiod, book datetime contains them too --- _posts/05-03-01-Date-and-Time.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/_posts/05-03-01-Date-and-Time.md b/_posts/05-03-01-Date-and-Time.md index 26b3747..0e030ed 100644 --- a/_posts/05-03-01-Date-and-Time.md +++ b/_posts/05-03-01-Date-and-Time.md @@ -57,11 +57,7 @@ foreach($periodIterator as $date) {% endhighlight %} * [Read about DateTime][datetime] -* [Read about DateInterval][dateinterval] -* [Read about DatePeriod][dateperiod] * [Read about date formatting][dateformat] (accepted date format string options) -[datetime]: http://www.php.net/manual/class.datetime.php -[dateinterval]: http://www.php.net/manual/class.dateinterval.php -[dateperiod]: http://www.php.net/manual/class.dateperiod.php +[datetime]: http://www.php.net/manual/book.datetime.php [dateformat]: http://www.php.net/manual/function.date.php