amsul / pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
http://amsul.ca/pickadate.js
MIT License
7.7k stars 1.02k forks source link

Value Is Not Showing #1211

Open mralperem opened 4 years ago

mralperem commented 4 years ago

Hello i am trying to display and value for the datepicker from the database but the value is not showing and because of that every time i refresh the page it set date to null. Could you please tell me what to do? Thank you

<input class="form-control custom-datepicker" type="date" name="dob" value="<?=$cdob;?>" id="dob">

DanielRuf commented 4 years ago

Please provide a reproducible testcase as repository.