$(document).ready(function()
{
  $('.adv-search input.date').datepicker({
    numberOfMonths: 2,
    dateFormat: 'dd/mm/yy'
  });
});


