Development Blog by Professionals
Archive for March 12, 2009
PHP DateTime and DateTimeZone Tutorial
Mar 12th
With each new version PHP is getting more and more object oriented. In version 5.x we get two useful classes for date and time handling. Many programmers are still using outdated methods which are available in PHP mainly for compatibility reasons, so i want to introduce you to DateTime and DateTimeZone objects. More >


