I want to set the current date in this input type date; using this way with php it just gives the value of the current date, but viewing shows only dd / mm / yyyy, but inspecting the code the value of the "value" is with the current date. Can someone help me?
<input class='col-4' type='date' name='Dsaida' id='DSaida' value='<?php echo date("d/m/Y"); ?>'>