Inline editing in grid show hour and minute and to change it

when inline editing in grid for start_time and end_date ,how to show hour and minute for to change it

Hello,
For the built-in date inline editors, we use the input element with the date type:

This element doesn’t have hours.

You need to create a custom inline editor and use the input element with the datetime-local type or a third-party library:

Here are examples: