Is it possible to check the previous data that i selected in the DatePicker of a specific website on Chrome Browser?
I'm trying to retrieve a data that i had selected in the DatePicker before my browser reloaded.
If your talking about php and php alone or javascript you can use
$_SESSION['datepicked']
or something like javascript
localStorage.setItem(key,value);
but like the previous comment said. You CANNOT do anything if you dont control the website