diff --git a/functionesM.js b/functionesM.js index 09a0ccfd..ca96871e 100644 --- a/functionesM.js +++ b/functionesM.js @@ -15,7 +15,7 @@ export class fechas{ const utc1 = Date.UTC(fur.getFullYear(), fur.getMonth(), fur.getDate()); const utc2 = Date.UTC(fexamen.getFullYear(), fexamen.getMonth(), fexamen.getDate()); - + let diff = Math.floor((utc2 - utc1) / _MS_PER_DAY); return (diff > 0) ? diff : 0 diff --git a/index.html b/index.html index a2a568a8..ef41d36e 100644 --- a/index.html +++ b/index.html @@ -82,8 +82,8 @@

Acerca de la plataforma

Presentaciones relacionadas