From 24107cfd83abf393e6c6e0d519b62a6bab6af4ab Mon Sep 17 00:00:00 2001 From: Simples IP Desenvolvimento Date: Thu, 19 May 2022 14:18:20 -0400 Subject: [PATCH] teste --- public/js/cronometro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/cronometro.js b/public/js/cronometro.js index e007457..844b9ef 100644 --- a/public/js/cronometro.js +++ b/public/js/cronometro.js @@ -48,7 +48,7 @@ function converdata(timestamp, horario_server = false){ let date = new Date(timestamp); let day = date.getDay() - let month = date.month() + let month = date.getMonth() let year = date.getFullYear() let hours = date.getHours(); let minutes = date.getMinutes();