I have a difficulty with using the DateFilter
filter from my REST client.
In my entity I have a field createdAt
which is of type datetime
. I would like to select data from a specific date, for example data from 2024-10-23
without taking into account the time. API Platform offers 4 date filters: after
, before
, strictly_after
and strictly_before
. However I can't coordinate them to be able to select only data from a desired date.
Does anyone have an idea?