Posts by David jorge • 1 point
1 post
-
-1
votes0
answers15
viewsQ: how to automatically fill in a date and time input in real time
<div class="col-md-4"> <div class="form-group"> <label>Data de Entrada</label> <input type="date" class="form-control" required > </div> </div> <div…