How can I set an input type="date" value set to default value equals date today?
this is my HTML code, what's the best way to do it?
<div class="form-group col-6">
    <label for="inputEmail4">Start date</label>
        <input type="date" value="fsd" id="startdateId" class="form-control" required>
 </div> 
     
     
     
    