Hi, I have a DateTime field which its type set to 'Time'. I want to allow the user to filter it by the time part only.
Something like: morning (6:00-18:00), evening(18:00-00:00), night(00:00-06:00).
How can I do that? I tried Criteria\Advanced Criteria and none of them seem to have a builtin capability for what I need.
Something like: morning (6:00-18:00), evening(18:00-00:00), night(00:00-06:00).
How can I do that? I tried Criteria\Advanced Criteria and none of them seem to have a builtin capability for what I need.
Comment