Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). Varbase Media Header 9.2.1 Minor update available for module varbase_media_header (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

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.

Activity

Total releases
2
First release
Sep 2025
Latest release
8 months ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Slowing

Releases

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