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


