359
359
// We are expecting some parameters
360
360
$fromDt = Date::getIsoDateFromString(Sanitize::getString('fromDt'));
361
361
$toDt = Date::getIsoDateFromString(Sanitize::getString('toDt'));
365
365
$toDt = date("Y-m-d", strtotime($toDt) + 86399);