Drupal Views how to filter items overlapping a date range

Posted by Marcos Buarque on Stack Overflow See other posts from Stack Overflow or by Marcos Buarque
Published on 2010-06-08T03:26:23Z Indexed on 2010/06/08 3:32 UTC
Read the original article Hit count: 307

Filed under:
|
|
|

Hi, in Drupal I have used CCK to add a datetime field to my custom data type. It inserts start date and end date fields. That is what I want. Now, I want Views to filter and show only the items that have the daterange (start date and end date) overlapping today's date. Any ideas on how to set it up on Views? What I think is strange is that the date fields of my custom content type don't seem to appear on the Views list when I am trying to add a filter. Thanks.

© Stack Overflow or respective owner

Related posts about datetime

Related posts about drupal