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

Jeremy Cook's Blog: Normalising DateTimes with Doctrine Events

Zend Developer Zone: It\'s Framework Roundup Time!

PHPit.net: Handling dates and times in PHP & MySQL

PHPMaster.com: Working with Dates and Times in PHP and MySQL

Inside Open Source: Two New Articles (Date/Time & Services_Google)


Community Events











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


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

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