News Feed
Jobs Feed
Sections




News Archive
Brandon Savage's Blog:
Cool DateTime Functions In PHP 5.3
January 25, 2010 @ 10:13:31

Brandon Savage has posted about some interesting things he's come across when working with the DateTime objects in PHP 5.3 including working with timestamps and differences in terms of days/months/etc.

Over time, the PHP DateTime object has become one of the best objects available to PHP developers. This object has grown since early PHP 5 into a robust class that has the ability to do lots of great things. Recently, I was exploring some of the functionality provided by the DateTime object as of PHP 5.3 (and wishing that Ubuntu had PHP 5.3 as a package distribution). Here are some of the new things in PHP 5.3 that are really cool.

He mentions the "add()" and "sub()" methods you can use on an object to get information about the dates/times forward and backwards, the "diff()" to get the differences between two dates and the get/setTimestamp methods to get the current time (or set it).

0 comments voice your opinion now!
datetime function interesting feature


blog comments powered by Disqus

Similar Posts

Adrian Schneider's Blog: Forms in Zend Framework

Brian Swan's Blog: SQL Server Driver for PHP Connection Options: ReturnDatesAsStrings

SaniSoft Blog: Multiple validation rules per model field while baking

Alexander Netkachev's Blog: "PHP IDE" is superseded by "PDT, PHP Development Tools"

Community News: Zend Framework Beta 0.9.0 Released


Community Events











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


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

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