I am trying to make a page in which there are several possibilities to include dates and to see the drop-down ones of them.
Until now I was using the jquery-ui multidatespicker plugin to display a complete calendar and select multiple dates.
Now I need to incorporate the datepicker plugin from Bootstrap to be able to use another type of calendar.
The case is that they are in conflict and as soon as I incorporate the bootstrap-datepicker.min.js for whatever the multidatespicker stops working (no longer shows a complete calendar but only a month, as if it were a single month )
It is possible that when using both datepicker function conflict, how can I solve it?