Subiendo última versión con archivo excel correcto

This commit is contained in:
2020-09-30 17:28:05 -05:00
parent 4b48735210
commit e9b2b53dea
2 changed files with 83 additions and 81 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ export default {
var miDato;
const fecha = new Date();
const anyo = fecha.getFullYear();
const mes = fecha.getMonth();
const mes = fecha.getMonth() + 1;
const dia = fecha.getDate();
const hora = fecha.getHours();
const min = fecha.getMinutes();