I have a form that has a date field that is native to HTML5, and I need to call a Php page that will load my page in the OnChange event of that date field.
Example of my html code:
<form id="formulario" method="GET">
<input type="date" name="minhadataatual"/>
</form>
How to configure Jquery and Ajax and how to receive the date in PHP. My only doubts are these.