Extend Date form element with time

The idea is:

Extend the date form element so it allows to pick time as well, i.e. HH:mm.

My use case:

We use n8n forms to collect bug reports and specifying the time of he incident is crucial for us.

I think it would be beneficial to add this because:

Date form element would be much more useful if it included a time selector. Nowadays, there is no way to request form users a time input other than a text field. In order to process such time inputs, a correct format has to be guaranteed. With such a big variety of time formats (12/24h, locale depending…) the best input method would be a fixed selector, in a similar fashion as with the date picker.

Are you willing to work on this?

Sure. We’re open to help with the feature design and the testing. Sadly, we don’t have any n8n node development experience.