in hyper link display it in below format


<a href="anotherpage.jsp?date=2007.15.06">2007.15.06</a>

And in anotherpage.jsp get the argument using resquest.getParameter("date");