News Feed
Jobs Feed
Sections




News Archive
DZone.com:
Date and time in PHP 5
December 01, 2010 @ 13:58:03

New on the Web Builder Zone today, there's an article about DateTime in PHP5 from Giorgio Sironi introducing you to this very handy built-in feature.

PHP has made some progress here as well, for example with the Standard Php Library and its interfaces. Though, the SPL is incomplete and oriented to performance more than to object-oriented programming: take a look at the SplStack and SplQueue implementation containing 20 different methods to get the idea. However a little gem is shipped with each PHP installation: the datetime extension, which contains the DateTime class and its siblings. Ideally, everything you can do with date_* functions, you can do it with this class.

He includes some code that shows the DateTime object in action as a part of a PHPUnit test case - adding days, subtracting months, date difference and its support of operator overloading. There's also mention of Doctrine's native support for the extension.

0 comments voice your opinion now!
datetime date time tutorial introduction


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Safely Deprecating APIs

Jani Hartikainen's Blog: Complex custom elements in Zend_Form

David Coallier's Blog: Installing PHP6 (For beginners)

Stefan Mischook's Blog: Creating Your Own Functions - Part 2

DZone.com: Date and time in PHP 5


Community Events











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


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

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