Como atribuir data atual à data do tipo Data HTML em PHP


<input type="date" value="<?php echo date("Y-m-d"); ?>">
shafeeque