I am trying to develop a webappliacation for project management. My requirement is to input a working time duration through a HTML form. I was trying to use:
<input id="appt-time" type="time" name="appt-time" required>
But I can accept only 24 hours by using this, But i need to input values such as 60hour 30 Minuts.
Please help if anybody have solution ?