Does anybody know how to construct a view that allows you to filter the data between 2 dates.
If I expose the DATE field twice, and then go to the view and try "greater than '2008/01/01' and less than '2008/01/20', it seems to only filter according to the first one.
Is there a way around this?

Thanks!

Comments

home2u’s picture

just a test.

GrayMac’s picture

I found the daterange module..
http://drupal.org/project/daterange

..and answered my own question..Hooray!