// Date picker
$(function(){ 
	$('input#date').datepicker({dateFormat: 'dd-mm-yy'}); 
});
