Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Release: Opensolr Search 4.5.0 Minor update available for module opensolr_search (4.5.0). Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Usage Milestone: Views Reference Filter Module entityreference_filter crossed 10,000 active installs. Usage Milestone: Dropdown Language Module dropdown_language crossed 10,000 active installs. Usage Milestone: Paragraphs Browser Module paragraphs_browser crossed 10,000 active installs. Usage Milestone: OpenAPI Module openapi crossed 10,000 active installs. Usage Milestone: Decoupled Router Module decoupled_router crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

This module provides a contextual filter for Views that checks if a given date falls within a date range, rather than just checking the start date. It allows you to display content based on whether a specific day is between the start and end dates of a datetime range field, useful for event listings.

INTRODUCTION

A views argument/contextual fulldate filter for datetime_range fields that checks if the given fulldate is between the start and end dates rather than just looking at the start date.

REQUIREMENTS

* Views module.

INSTALLATION

Enable the module.
You should get a (full date - between) contextual filter in views for daterange fields.

CONFIGURATION

* Add the contextual filter (full_date - between) to your view.

USE CASE

Say you have a node for an event with a daterange field on it for a start and end time.
You want to create a views page with a contextual filter for the day to show all events on that day.
The path might be '/day/20250511' for May 11 2025.
If you add the contextual filter "node.field_date_and_time (full_date)" for example, it will only show events that start on that date.
It will not show events that may start the day before but end on that day.

This module provides a contextual filter "node.field_date_and_time (full_date - between)" that looks at if the given argument is between the start and end dates.

Depends on

Dependencies of the latest stable release

  • views Drupal core

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
2
Tracked since
Sep 2025
Latest release
9 months ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Slowing

Releases

Version Type Core Release date
1.0.0 Stable 10–11 Nov 7, 2025
1.0.x-dev Dev 10–11 Sep 15, 2025