I have a form, where I need to choose the dates, which in this case would be multiple.
I'm using this plugin / JQuery component: link
My problem is that I do not want to save the selected dates, but the ones that are not marked.
Very simple example:
I choose 10/10/2016
I have to receive in my input text:
01/10/2016, 10/02/2016 ... with the exception of 10/10/2016.
Code:
link