Html5 date valu em php

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