J
|
Jane 8/27/2009 |
Hi, if (strtotime($data["DATE"])-strtotime("+1 day")<0) |
C
|
chinwag author 8/27/2009 |
Hi, here is a sample: if (strtotime($data["DATE"])-strtotime("+1 day")<0)
if (strtotime($data["DATE"])-strtotime("-1 day")<0) and it works. thank you |