F
Filament13mo ago
Igor

Is possible the TimePicker accept more than 24 hours ?

I need a input for time, but allowing more than 24 hours, like: I spent 43 Hours and 20 minutes
Solution:
Unfortunately time pickers just don’t work that way in html, they are bound to the rules of time. Best bet would be a number input and convert to a time on the backend.
Jump to solution
2 Replies
Solution
awcodes
awcodes13mo ago
Unfortunately time pickers just don’t work that way in html, they are bound to the rules of time. Best bet would be a number input and convert to a time on the backend.
Igor
IgorOP13mo ago
Thank you, I will do that

Did you find this page helpful?