Filtering by date does not work

System Information
  • Strapi Version: 3.5.3
  • Operating System: MacOS
  • Database: AWS
  • Node Version: 12.18.4
  • NPM Version: 6.14.11
  • Yarn Version: 1.22.10

hi, filtering by date does not work properly
I wanna filter all receipts of a specific date.
Neither filtering for a specific date or time period works.

For example I have about 20 receipts on 25.05 if I set the Filter to 25.5.2021 result = 0
Does anyone have similar problems?


Hello my friend, you are right.
Out of curiosity I went to check …
To filter created_at: May, 20th 2021 I had to use this!
Certainly because created_at is a datetime field

hello, that doesn’t work either
I’ve already tried this workaround.
If I set the filter >24 and <26 receipts from 24th appears and I don’t know why