HTML5 Date Valu в php

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