jQuery(document).ready(function() {
	jQuery('.datepicker').datepicker( {
		dateFormat: 'dd/mm/yy', minDate: 0
	});
})

