Have a simple Boolean option that tells the filter to either use or ignore the time portion of a filter on type 'date'. Filtering 'exactly' on date and time is almost useless, whereas filtering on a day provides useful information.
Hello,
We are currently reviewing a similar item and would love to hear more about you point of view.
This is the main item: https://feedback.telerik.com/kendo-jquery-ui/1358428-support-binding-of-datetimepicker-to-type-datetimeoffset
And here is another one which is related: https://feedback.telerik.com/kendo-jquery-ui/1359348-add-ability-to-disable-daylight-savings-or-specify-timezone-on-datetimepicker
Look forward to hearing your feedback.
Regards,
Alex Hajigeorgieva
Progress Telerik
Having an Option to ignore time would be perfect, All telerik would have to do in the back end is pass a greater or equal to 01/01/2018 00:00:00 and less or equal to 01/01/2018 23:59:59 to the filter. This would solve all these issues and would also allow us to keep the sorting working with time.
Another solution for this would be allow custom filter operators, so developers can write their own filter function
It would be nice to have the option to specify weather or not a Date filter includes the time component of the datetime object or not. Filtering as it is implemented now includes the time when the filter was selected, which can reduce accuracy of the filter and cause confusion with users. For instance: Tyler is buying stocks. He has a grid of all the stocks posted in the last thirty days. He wants to filter all the items to be between the seventh and eighth day of the month, but when he filters by selecting the seventh and eighth day, he only sees the items posted between 3:33 PM of the seventh and 3:33 PM of the eight. Why? Because he did his filter at 3:33 PM. This shouldn't matter, he should be able to see all the data posted on the seventh and the eighth because the widget doesn't encompass a time component.