- Issue created by @anil_bhutia
- 🇨🇦Canada davemybes Montreal
The above patch fails, so I've tried rewriting it with a Drupal date function instead of the older PHP one.
Showing months in filter as number is not a good user experience.
Add the node granular date filter in views and it will show the months exposed filter as numbers.
We can change the logic to show only month names instead of numbers for better user understanding.
By using this path will solve this problem.
Needs review
2.0
Code
The above patch fails, so I've tried rewriting it with a Drupal date function instead of the older PHP one.