News Feed
Jobs Feed
Sections




News Archive
Derick Rethans' Blog:
Calculating start and end dates of a week
September 06, 2006 @ 07:03:24

With just a quick handy code snippet posted on his blog today, Derick Rethans shares these two lines to help grab the start and end dates of a week in question.

A friend asked "How do I calculate start (monday) and end (sunday) dates from a given week number for a specified year?" Instead of having to come up with your own algorithm you can simply do the following in PHP 5.1 and higher.

The code makes use of the ISO8601 datetime functionality to grab the correct value from a strtotime command. Derick also briefly explains how it all works.

0 comments voice your opinion now!
start date end week strtotime iso8601 datetime format start date end week strtotime iso8601 datetime format


blog comments powered by Disqus

Similar Posts

Derick Rethans' Blog: Calculating start and end dates of a week

Zend Developer Zone: Zend Framework Proposal Weeks Start June 12th

SitePoint PHP Blog: Should You Close Your PHP Code Tags?

Brian Moon's Blog: Errors when adding/subtracing dates using seconds

Scott Johnson\'s Blog: A PHP News Roundup


Community Events











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


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

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