codice:
$(function() {
   $( "#dalladata" ).datepicker({
      dateFormat: 'dd/mm/yy',
      altField: "#datascelta"
    });
});