$(function(){
	$('#data').datepicker({ dateFormat: 'dd-mm-yy' });
});
