simplest way is -
1) have the particular date displayed as a link (a href and ?date='[date]') which will be processed by a CGI or PHP.
The process can be done by requesting all event listed on that particular date in the database.
OR
2) to do it without page refresh have the link target to a iframe.
OR
3) get the date into a input text field and process the form