I have a report MyReport.view.php. Near the top I have
echo "<br><br><br><br><br><br><h3>Report for: ".$_SESSION['campaign']." for tax year ended";
\koolreport\inputs\DateTimePicker::create(array("name" => "dateRange","format"=>"YYYYMM"));
This shows an input field as shown.
But I need a submit button. The rest of the report (in the same tab) will be modified based on the date entered. Do you have an example anywhere of using dateTimePicker with a submit button?