News Feed
Jobs Feed
Sections




News Archive
Derick Rethans's Blog:
Obtaining the next month in PHP
January 08, 2010 @ 11:35:12

Derick Rethans (master of all things date and time in PHP) has a new post to his blog showing how to correctly get the "next month" since the date string parser doesn't understand how to use that string directly.

Over and over again PHP users complain that next month in PHP's date-string parser doesn't go to the next month, but instead skips to the one after next month.

He describes what happens internally, how PHP bumps up the month and counts the number of days, and how you can use some of newer features in the PHP 5.3 release to get the first day of the next month. Specifically, this means using the "first day of next month" string for the modify() call on the DateTime object. If you're not on PHP 5.3 yet, Derick also includes a method in the comments to do it a slightly different way.

1 comment voice your opinion now!
datetime next month first day


blog comments powered by Disqus

Similar Posts

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

Christopher Kunz's Blog: First Day of the PHP Vikinger

Site News: Happy 4th July

James Cohen's Blog: Working with Date and Time in PHP

Christopher Kunz's Blog: First Day of the PHP Vikinger


Community Events











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


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

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