- Sistemato link pdf che ogni volta che si aggiorna prendeva il PDF dalla cache...
- Raccolta Cataloghi, procedura che li AUTO genera in automatico.
This commit is contained in:
@@ -6206,4 +6206,10 @@ module.exports = {
|
||||
fixFilePath(myfilepath) {
|
||||
return myfilepath.replace(/\\/g, '/');
|
||||
},
|
||||
|
||||
getDateNow() {
|
||||
const mydate = new Date();
|
||||
return mydate;
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user