Hi,
Im trying to filter the daterange,when I select the date range its automatically displaying the previous date.
I have selected 2nd may to 8th may but it is automatically taking the filter as the previous day
Discussion posts and replies are publicly visible
This is likely a timezone issue. Make sure the DB value and filter use the same type/timezone, and use date() for date-only values instead of datetime() if time is not needed.