'input type Time in Angular return value as time in mysql not working

Angular

in model Reglep debut!:Time; in ReglepComponent.ts reglep: Reglep = new Reglep(); in ReglepComponent.html <input type="time" class ="form-control" id = "debut" [(ngModel)] = "reglep.debut" name = "debut"> Mysql column debut type=Time springboot import java.sql.Time; private Time debut;



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source