Hi,

I would like to bind only Time HH:mm in MVC. Need to send HH:mm from UI to controller.

I've entity with java.sql.Time as a variable for startTime.

While I pass from UI 11:40 as a value it's not binding to the Object in controller.

Any help appreciated.