How can I get value of date from database to html datepicker?? following is my html code.
<input type="date" class="m-wrap" value=<?php $result[0]->startdate?> name="date" <?php if(!$is_master_admin){ ?> min="<?php echo date("Y-m-d"); }?>" />
in database datatype of datefield is "date".
Simply i would like to retrieve date from mysql to html5 datepicker