You are here

README.txt in Views between dates filter 7

Between Dates Views Filter
by eosrei

This Views filter provides the between date functionality you are looking for:
display all nodes(comparing start and end dates) occurring on a specified date.

Creating this functionality with standard Date filters requires two filters:
start date less than or equal (<=) to the supplied date and end date greater
than or equal (>=) to the supplied date. The problem is two filters means users
must enter a date range, when technically "Show me all events in September." is
a range.

Effectively, it is the opposite of the standard "between" operator, which
compares one date field with two supplied dates.

Usage:
* Install the module
* Add the filter "Between Dates" to your View
* Select the start and end fields to compare.
* Adjust granularity to filter by year/month/date/hour/second.

File

README.txt
View source
  1. Between Dates Views Filter
  2. by eosrei
  3. This Views filter provides the between date functionality you are looking for:
  4. display all nodes(comparing start and end dates) occurring on a specified date.
  5. Creating this functionality with standard Date filters requires two filters:
  6. start date less than or equal (<=) to the supplied date and end date greater
  7. than or equal (>=) to the supplied date. The problem is two filters means users
  8. must enter a date range, when technically "Show me all events in September." is
  9. a range.
  10. Effectively, it is the opposite of the standard "between" operator, which
  11. compares one date field with two supplied dates.
  12. Usage:
  13. * Install the module
  14. * Add the filter "Between Dates" to your View
  15. * Select the start and end fields to compare.
  16. * Adjust granularity to filter by year/month/date/hour/second.