Hh:mm:ss

Hello,
I’m struggeling to find an users input where the specific time hour and seconds can be entered (hh:mm:ss). The only thing that’s possible is a date picker. Where can i find a user input for the hours, minutes and seconds (hh:mm:ss) or which code do i need to enter on the time page code?
Regards

Hi,

Unfortunately, there’s no such input type for the time itself yet. But as an alternative way, you can add a text box and a regex pattern for the time " hh:mm:ss ".
This could help you with Time regex pattern :4.6. Validate Traditional Time Formats - Regular Expressions Cookbook, 2nd Edition [Book]


Hope this helps!
Best,

Mustafa

1 Like

Thank you for the info!