Quote:
Originally Posted by nicklfire
I have used this plugin for a long time thank you for making it. I probably have about 25 banners in my rotation but i have a problem.
Each banner expires on a certain day/month/year and i have no way to tell when they expire on the banner list screen. I have to go into each banner individually to see when they expire. Is there a way to display all dates on the banner list screen?
|
Code:
SELECT id, name, FROM_UNIXTIME(enddate) AS xenddate
FROM rbs_banners
ORDER BY enddate
You may issue this query in phpmyAdmin.