HTML5 Date Valu In PHP

38

<input name="datedepart" type="date"
value="<?php echo date('Y-m-d',strtotime($data["congestart"])) ?>"/>

Comments

Submit
0 Comments