modifiche al javascript movimenti
This commit is contained in:
3
public/js/app/movimenti.js
vendored
3
public/js/app/movimenti.js
vendored
@@ -12,12 +12,11 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
|
||||
$(".draggable").draggable();
|
||||
|
||||
var d = new Date();
|
||||
|
||||
var month = d.getMonth()+1;
|
||||
var day = d.getDate();
|
||||
|
||||
var strDate = d.getFullYear() + '-' +
|
||||
(month<10 ? '0' : '') + month + '-' +
|
||||
(day<10 ? '0' : '') + day;
|
||||
|
||||
Reference in New Issue
Block a user