Install
Works with Drupal: ^10 || ^11Using dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
This is the initial stable release of the Open Date Range module. This module extends the core Date Range field to make both the start and end dates optional.
Key Features
New Field Type: Introduces the "Open date range" field type.
Optional Dates: Both the Start Date and End Date are optional in content forms. A field entry is only saved if at least one date is provided (Start-only, End-only, or full range).
Custom Widget: Provides the "Open date and time range" widget, which explicitly removes the 'required' setting from the start and end date form elements.
Flexible Storage: The underlying field storage allows NULL values for both date columns.