Time Validation on hh:mm:ss

I want to make the Field time validation including the second also
But when I choose the Time Validation from Edit Tag it can be add with hh:mm

You may use “Regular Expression” validation and enter (client side) argument like /^(0\d|1\d|2[0-3]):[0-5]\d:[0-5]\d$/.