Subiendo última versión con archivo excel correcto
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user