I'm using datedropper
, and I have a form editform.php
but when I want to get the value of the input does not read the data of the bd but another date
<div class="col-12 mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<input class="mdl-textfield__input" data-init-set="true" data-large-mode="true" data-data-format="F S, Y" id="date" type="text" data-default-date="<?php echo $row['fecha']; ?>" data-lang="es" name="fecha" >
<label class="mdl-textfield__label" for="sample3"><i class="material-icons">date_range</i> Fecha</label>
This is the date that shows
should show 29/09/2017