PHP - How can I check if the current date/time is past a set date/time ?
- by Ben
I'm trying to write a script that will check if the current date/time is past the 05/15/2010 at 4PM
How can I use PHP's date() function to perform this check? I can't think of a neat way to do it .<