// JavaScript Document
 

$(document).ready(function(){

  $('#resvon, #resbis').datepicker({ firstDay: 1, dateFormat: 'dd-mm-yy' });

});