Time input field

Hi all. I am wanting to have a time input that can input just the hours, minutes and seconds. I’ve tried a few plugins for a time picker, but they only seem to just be hours and minutes. I need a way for users to be able to upload a score for time and wondering what is the best way to go about it.

Hello,
If the time entered is the current time, you can use the format that displays seconds when the value is saved.
If the user selects a specific date, you can use a number field to enter the seconds and then add this value to the hour and minute value.