Greetings. I am using this plugin and it has worked very well, but I need to be able to subtract 2 dates (start - end) to show the result in days in a span. How could I perform this operation? Does this plugin have any method to do this? This is the way I add the dates.
$("#fechainicio").datepicker();
$("#fechafin").datepicker();