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

10
public/js/app/contratti.js vendored Normal file
View File

@@ -0,0 +1,10 @@
$('#contratti').DataTable({
responsive: true,
fields: [
{
label:"Data",
type: "datetime"
}
]
});
$(".draggable").draggable();

View File

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