I am trying to filter a table using a DateBox. The problem I have is that it doesn't display the records of that day when binding value is set to @datasource.query.filters.date._equals
. However, it does work when the filter is _greaterThanOrEquals
, but it also includes later records.
I am using SQL tables with date field type is DATE
.