http://www.daterangepicker.co.
I found that this suite can change the date range
, but I found that if you put the default date in value, you will see Invalid date and then cancel
<input type="text" name="datefilter" value="<?=$_GET["start"]." - ". $_GET["end"] : $todayDisplay . " - " . $todayDisplay;?>">
my default is that there is no selected date, so today"s date todayDisplay-todayDisplay is 2018-08-31-2018-08-31
, but it doesn"t work? How to make him accept the default value?
there are several other kinds that are possible