F
Filament7mo 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
awcodes7mo 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
Igor7mo ago
Thank you, I will do that
Want results from more Discord servers?
Add your server
More Posts