// JavaScript Document
Calendar.setup(
{
inputField : "startDate", // ID of the input field
ifFormat : "%m/%d/%Y", // the date format
button : "trigger1", // ID of the button
align : "TR"
}
);

Calendar.setup(
{
inputField : "endDate", // ID of the input field
ifFormat : "%m/%d/%Y", // the date format
button : "trigger2", // ID of the button
align : "TR"
}
);