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: Getting Started with Fuel CMS, Part 2

WebReference.com: Globalize your Web Applications: PHP's Locale Package

DevShed: Constructing Multi-Line PDF Documents with PHP 5

Stefan Mischook's Blog: PHP Video Tutorial: Functions

Rob Allen's Blog: Zend Framework Tutorial for ZF v0.8


Community Events









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


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

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