Wonderful module, first and foremost. I've been combing the forums and the web and haven't found a way to accomplish this for our local independent movie theatre:
Created a custom content type of movie, with a date time cck field for showtime
Created a view that displays movies
Now the question:
How do I filter the results so only movies that are playing this week show up? +7 won't work, because on Wednesday it will show the films playing next Monday and Tuesday as well. What I want is:
on Mondays +6 days
on Tuesdays +5 days
on Wednesdays +4 days
etc.
Is this possible? Does anyone have a strategy to tackle this?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Fullscreen capture 6102010 65339 PM.bmp_.jpg | 127.61 KB | arlinsandbulte |
Comments
Comment #1
arlinsandbulte commentedYep, this is possible.
Just add a date filter to your view,
Select your desired operator (like less than or equal to)
Then, enter 'next Sunday' in the Relative / Date default text box
See attached screenshot.