Well, I have a data grid with a date, but I have to use a JQuery mask :
$(document).ready(function(){
$('.date').mask('00.00.0000');
});
But when I make an INSERT, for example, the date 19.11.2016 becomes 21.11.2019. This same case h...
asked by
19.11.2016 / 21:17