There is an issue with the styling of the "today" class in the datepicker. Currently, the logic does not properly filter out dates from the previous or next month, leading to the "today" class being toggled on dates that shouldn't have it.
Steps to reproduce:
Navigate to the datepicker and observe the dates displayed for the current month.
Check the last few days of the previous month and the first few days of the next month.
Notice that the "today" class is incorrectly applied to some dates outside of the current month.
Expected behavior:
The "today" class should only be applied to the current day's date within the current month.
There is an issue with the styling of the "today" class in the datepicker. Currently, the logic does not properly filter out dates from the previous or next month, leading to the "today" class being toggled on dates that shouldn't have it.
Steps to reproduce:
Expected behavior: