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: 286
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