Skip to main content
removed "Drupal" and tags from the title
Link
avpaderno
  • 98.1k
  • 15
  • 165
  • 284

Drupal 10 views - add Add a filter for 'This year' and 'next'Next year'

Source Link

Drupal 10 views - add a filter for 'This year' and 'next year'

I've found plenty of articles describing how to add views filters for years, a dropdown displaying 2024, 2025, 2026 etc, however I want to display a rolling filter (so it doesn't need to be changed every year) to filter on this year and next year.

I'm sure there must be a way of doing this without adding custom code