Hello All,
I am looking to show the records in my mysql database on the list page the entries that contain today and future dates. More specifically, I have a field "end_date"; and I would like the list page to show only the records of which the "end_date" is today or greater. So when the "end_date has passed, the record no longer shows up on the list page. I have been working with the "now()" feature in the SQL Query and can not get this to work. I am workign with mysql 5.5.9, PHPRunner 5.3
Thanks all in advance.