$(document).ready(function(){
	$('.date-input').datepicker({  
		changeMonth: true,
		changeYear: true,
		dateFormat: 'dd/mm/yy'
	}); 
});
