I made a bunch of dated events with cck. Now i want to order them with views. Its easy to filter all the dates smaller or bigger (past and future) than 'now', but what i also need is a list of all the events that are currently happening. I have events that are just one date. That is easy its just 'date = now'. But what i also want in this list is ongoing events with a Start Date and an End Date. So i want to filter on: if 'now' = in between these 2 days, then show them. There is an in between function, but i think that one just sees if the whole event is in between two certain dates. I want it the other way. I want to see if 'now' is in between my Start and Ending Date.

Any help is highly appreciated.

Thanks in advance,
Danny

Comments

danny_joris’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.