I know I\'m missing something easy here... I\'ve been trying different operators, but haven\'t been able to figure this out...
How do I go about checking to see if the
Off the top of my head, I don't know of a date comparison operator in PHP, but I would use strtotime() on all three dates, then do simple mathematical comparisons.
strtotime()
returns true.