Good morning. In my mysql database the dates are saved as dd / mm / yyyy, but the html "date" input only returns dates in the format yyyy-mm-dd, so I can not filter the dates of the database, which was my goal. I was using a very simple code, like this one below:
<input type="date" name="parametro">
<input type="submit" value="Filtrar Data">
How do I return the date in the same format as the bank? In the case of using plugins, how to use them?