Time only columns

Time only columns

LonghornLonghorn Posts: 1Questions: 1Answers: 0

Link to test case: https://live.datatables.net/nidoyuma/1/edit
Debugger code (debug.datatables.net): a parsing error occurred...
Error messages shown: None
Description of problem:

Hi.

Is it possible to make the searchBuilder to recognize times?

In the test case I created above if one uses the searchBuilder for the Date -column, the search builder understands the values as dates and creates a nice selection of options with datepickers as I'd expect.

However, if one tries the same with the Time -column, the search builder does not understand the values as times, but rather treats them as text. I'd expect a similar timepickers as with the dates. Say, you'd want to find the rows where the time is in between 08:00:00 and 22:00:00.

I also don't want to combine the columns to a single datetime column. Also it wouldn't help with the case of "which events happened during the morning shift" -kind of questions.

Thank you!

Sign In or Register to comment.