Update DateTime links to use https

This commit is contained in:
Josh Lockhart
2018-06-19 13:39:25 -04:00
parent ca27935c8c
commit 0d158d2e89

View File

@@ -61,10 +61,10 @@ foreach ($periodIterator as $date) {
}
{% endhighlight %}
A popular PHP API extension is [Carbon](http://carbon.nesbot.com). It inherits everything in the DateTime class, so involves minimal code alterations, but extra features include Localization support, further ways to add, subtract and format a DateTime object, plus a means to test your code by simulating a date and time of your choosing.
A popular PHP API extension is [Carbon](https://carbon.nesbot.com/). It inherits everything in the DateTime class, so involves minimal code alterations, but extra features include Localization support, further ways to add, subtract and format a DateTime object, plus a means to test your code by simulating a date and time of your choosing.
* [Read about DateTime][datetime]
* [Read about date formatting][dateformat] (accepted date format string options)
[datetime]: http://php.net/book.datetime
[dateformat]: http://php.net/function.date
[datetime]: https://secure.php.net/book.datetime
[dateformat]: https://secure.php.net/function.date