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.