Comparing YYYY-MM-DD dates
Posted: Fri Apr 13, 2007 11:09 am
I cannot figure out how to compare (earlydate < today) dates. I have dates in YYYY-MM-DD (ex. 2007-04-13) format. Most of the tutorials explain how to do this at a myqsl level, but I want to do it after my query at the php level. So what exactly must I do to compare dates in the format have them?