$(window).load(function(){   
	$('input.calendar').datepicker({ dateFormat: 'dd/mm/yy' });
});