I have a duration attribute in Java that is Time type and in the front I use a bootstrap library to select the time which it sends as a string in "12:00:00" format and this I have to convert to time type for java and I'm not able to.
I'm trying with Jquery and moment