window.addEvent('domready', function() { myCal1 = new Calendar({ date1: 'd/m/Y' }); myCal2 = new Calendar({ date2: 'd/m/Y' }); });

