PHP - How can I check if the current date/time is past a set date/time ?

Posted by Ben on Stack Overflow See other posts from Stack Overflow or by Ben
Published on 2010-05-14T07:21:56Z Indexed on 2010/05/14 7:24 UTC
Read the original article Hit count: 260

Filed under:
|
|

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 >.<

© Stack Overflow or respective owner

Related posts about php

Related posts about date