I have this code:
<p><h5><strong>Data de Atribuição</strong></h5> <input id="DataAtribuicao" type="text" name="DataAtribuicao" value='<?php echo date("d/m/Y"); ?>'>
But I wanted the same but where type="date"
and the day's date automatically appears.