Greetings,
I have a Datepicker which if I pick up the value directly (as a string)
var Data = $("#txtExpDataInici").val();
I take the values of the date well, but if I change it on date Date($("#txtExpDataInici").val());
always returns today's date on the date I choose ...
Does anyone know what can happen?