====== Events within the next 30 days. ====== Below is a list of events scheduled within the next 30 days. Certain events have their own listing in the [[events:|events section]]. The information is taken from our [[howto:calendar|calendar]], and is also available as an [[http://electronclub.org/rss.php|rss]] feed. More information about regular [[groups:|groups]] can be found within the [[groups:|groups]] section of the site. select from_unixtime( floor(start_time), '%d/%m/%Y @ %H:%i') as Event_Date, name as "Event Name", description as "Description", concat('Click here') as "Link", CASE WHEN status = '0' THEN 'Confirmed' WHEN status = '4' THEN 'Tentative' END as "Booking Status" from mrbs_entry where from_unixtime( floor(start_time)) >= curdate() and from_unixtime( floor(start_time)) < curdate() + interval 30 day and upper( description ) not like "%CCA BUILDING CLOSED%" order by start_time ;