I was wondering what I could do to validate that the selected date in a <input type="date>"
can not be less than the current date.
I am currently using this input:
<input type="date" class="form-control" name="fecha" id="fecha" placeholder="Introduce una fecha" required/>
I hope someone can throw a cable, greetings.