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

Oracle Technology Network: Scaling a PHP MySQL Web Application, Part 1

DevShed: Introducing Static Members and Methods in PHP 5 (Part 1)

Richard Heyes' Blog: SMTP for PHP 5

Brandon Savage's Blog: Bug-Free: Your Bug-Fixing Toolkit (Part 1 of N)

DevShed: Using Introspective Methods with the DirectoryIterator Class in PHP 5


Community Events











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


database usergroup series introduction conference release rest testing opinion podcast language interview phpunit community zendframework2 framework symfony2 development functional symfony

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