javascript - Doing math with Time using js -
i have following code: html: <form onsubmit="return false;"> <div class="col-5"> <label> page time <input id="pagetime" name="pagetime" type="time" step="1" tabindex="9"> </label> </div> <div class="col-5"> <label> ack time <input id="acktime" name="acktime" type="time" step="1" tabindex="10"> </label> </div> <div class="col-5"> <label> arrival time <input id="arrivaltime" name="arrivaltime" type="time" step="1" tabindex="11"> </label> </div> <div class="col-5"> <label> start replace / root cause found ...