Can someone help me get data from an input type date?;
<form id="Formulario" method="post"><br>
<label style="display:block; overflow:hidden;">Fecha de nacimiento</label>
<input type="date" id="fecha" name="Fecha" min="2018-03-25" max="2018-05-25" step="2">
<input type="submit" name="Insertar" class="" style="margin-left:20px; margin-top:20px;" value="Insertar Registro">
</form>