PHP Date Class | An Adventure in OOP
Posted by justinjohnson on Apr 29th, 2005
One of the things that I find myself doing most often when creating a web app or even just a website using PHP/MySQL is formatting dates to the format that I want.
It’s not hard to do but it gets annoying and repetative very quickly
Continue Reading »