News Feed
Jobs Feed
Sections




News Archive
Slawek Lukasiewicz's Blog:
Working with date and time in object oriented way
June 10, 2011 @ 08:13:14

Slawek Lukasiewicz has a new post today about working with dates and times in PHP on a more object-oriented fashion than in the more traditionally procedural way of just calling PHP date/time functions on the string values.

Date and time manipulation in PHP is mostly connected with functions like: date, time or strtotime. They can be sufficient, but if we want to deal with dates like with objects - we can use DateTime class. DateTime class is not only straightforward wrapper for standard functions, it has a lot of additional features - for example timezones.

He shows how to use the DateTime functionality to return an object you can call several different methods on. He gives examples of the formatting call, comparing one DateTime object to another, how to update the date after the object's created, calculating the difference between two dates and iterating through a certain time period.

1 comment voice your opinion now!
time date datetime objectoriented procedural tutorial


blog comments powered by Disqus

Similar Posts

Derick Rethans: Read Preferences wth the MongoDB PHP driver

Cory Borrow's Blog: Creating thumbs from textfiles with PHP and GD

Devshed: A Close Look at the GD Library in PHP

Mike Willbanks' Blog: Zend Framework Cache Backend Libmemcached + Session Cache

NETTUTS.com: Creating a File Hosting Site with CodeIgniter


Community Events











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


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

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