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