Personal how do I separate dates and calculate the range of 2 dates and in the daterangepicker? Ex: I put the default selector
$('input[name="daterange"]').daterangepicker();
I select the date range between them and the beginning stays in the input dtInicio the end of the date goes to the dtFim and appears the amount of days chosen in an input qtdDias in JS?