1
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 the type="date"
and the date of the day automatically appears.
It is better to use pure javascript not all Html5 features run the same in different browsers when it works. How to format date in javascript?
– rray
You can put an example?
– user87525
an example https://jqueryui.com/datepicker/
– Erlon Charles