From 577b94953fa3b101637cfc0634b99327db65e396 Mon Sep 17 00:00:00 2001 From: Cristopher Castro Date: Tue, 20 Aug 2024 09:12:21 -0400 Subject: [PATCH] . --- functionesM.js | 2 +- index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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