News Feed
Jobs Feed
Sections




News Archive
PHPro.org:
Calculate Friday The 13th With Datetime Class
December 01, 2008 @ 08:46:51

As an introduction to the Datetime class functionality PHP 5 has, Kevin Waterson shows how to use it to calculate the "Friday the 13th" for any year.

This class is a request from a PHPRO.ORG regular who asked for a method to calculate Friday the 13th for the next n years. The calculation itself is easy, however, it presents a good opportunity to introduce the PHP datetime class.

He points out that timestamps, because of they way integers are handled, have a somewhat limited lifespan (2038) and dates beyond that cannot be determined by the usual date functions. Instead, he shows how to set up a DateTime object, set a timezone and loop through the days to find the Fridays that land on the 13th.

0 comments voice your opinion now!
tutorial datetime class php5 friday thirteenth


blog comments powered by Disqus

Similar Posts

Gonzalo Ayuso: Enqueue Symfony’s process components with PHP and ZeroMQ

DevShed: Validating Incoming Data by Using Polymorphism with Objects in PHP 5

Justin Carmony's Blog: PHP Workers with Redis & Solo

PHP-Learn-It.com: Cooking Cookies with PHP

DevShed: Build a Query Processor Class for Networking in PHP 5 (Part 1)


Community Events









Don't see your event here?
Let us know!


podcast tool development introduction interview functional release composer example framework code language testing opinion unittest zendframework2 series object phpunit community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework