Calendar.setup( { inputField : "arrival_h", // ID of the input field ifFormat : "dd/mm/y", // the date format button : "arrival_h" // ID of the button } ); Calendar.setup( { inputField : "departure_h", // ID of the input field ifFormat : "dd/mm/y", // the date format button : "departure_h" // ID of the button } );