Programming PHP: How to Add Days, Months or Years to a Date May 14, 2012 by Craig Lotter No Comments Date work is always icky, but luckily PHP has some pretty nifty functions that can pretty much do all the heavy lifting for you. One... Read More
Programming PHP: Strtotime and Handling Different Date Formats October 27, 2010 by Craig Lotter No Comments Strtotime is a powerful date manipulating ally of any PHP developer, but unfortunately it doesn't really respond to locale settings all that well, meaning that... Read More