// JavaScript Document
function insertDate(day, month, year)
{
	document.getElementById("bookdate").value = day+"/"+month+"/"+year;
}