2

How can I solve this issue? If I remove bootstrap-datepicker.min.js from the page the Yadcf date_format works fine but I need to keep Bootstrap styling of the date picker? I tried adding

$( document ).ready(function() {
    $('#yadcf-filter--sample_7-7').datepicker({
        format: 'dd.mm.yyyy',
        autoclose: true
    });
});

But it didn't help.

amphetamachine
  • 27,620
  • 12
  • 60
  • 72
Kirill Ryzhkov
  • 522
  • 2
  • 9
  • 23
  • currently yadcf support jquery date picker only, there is an open issue adding support for another datepicker, so you can open a new issue asking to add support for https://github.com/eternicode/bootstrap-datepicker too – Daniel May 13 '15 at 10:15

0 Answers0