How to compare two dates in php

Posted on December 6th, 2009 by admin
Filed under PHP, Tutorials | No Comments

Now that we know how to convert a formatted date in PHP to timestamp. Let’s move on to compare two dates. At my workplace I came across and instance where I had to check the posted date wasn’t less than today’s date, so let’s put this in picture so you know the concept behind date [...]