Filter on Today in a data grid

0
Hi all, I would like to filter my entity "X”’ on “Today” in a data grid. The problem we have encountered is that we can only filter on day and time which is on miliseconds wich is not what we want. To clarify we want a overview page of incoming orders on "Today”.   Thanks for your help.
asked
1 answers
3

You can add an xpath similar to: [Date >= '[%BeginOfCurrentDay%]' and Date <= '[%EndOfCurrentDay%]']

 

answered