Date_input with time

I use date_input to select datetime, but I can’t have the choice to select the time.
Anyone have an idea to give this fuctionnality ?

Best regards,

Hi @NotAfk -

We have an open pull request for adding datetime support:

In the meantime, when we want to select on the hour, we usually use a slider with a range of 0-23. Not the most precise way to limit the data, but it works until we can merge the PR above.

Best,
Randy

1 Like

hey thank you