do you have something like this:
$linkDate = mktime (0,0,0, $month, $day, $year);
$linkDateEnd = mktime(23,59,59, $month, $day, $year);
...
$query_RS_Events = "SELECT EVID, EVGROUPCODE, EVCOMPLETED, EVSTART, EVDURATION, EVMANAGER, EVTITLE FROM EVENTS WHERE EVSTART > '$linkDate' AND...