Creazione lista contratti

This commit is contained in:
2023-07-27 15:31:18 +02:00
parent 0668026eb7
commit 717e1be95d
8 changed files with 91 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ $(document).ready(function() {
"order": [[0, "desc"]]
});
});
$(".draggable").draggable();
var d = new Date();
var month = d.getMonth()+1;