Forum Moderators: open
Select * from table where rdate BETWEEN '2006-01-01' and '2006-03-01'
will return a list of rdates between Jan 1 and march 1.
You can also bring back lists of formatted dates in mySQL and can perform DATE_ADD, and DATE_DIFF math in you query.
that way you can bring a list of entries with 60 days of a certain date, or a rolling 7 days for example.