fixes: make proposals

This commit is contained in:
Alexandro Uc Santos
2024-08-10 18:39:08 -06:00
parent 535b000005
commit 3cd6715c4b
8 changed files with 10 additions and 19 deletions

View File

@@ -37,7 +37,6 @@ export const getDayMonthYear = (value) => {
};
export const getDateMonthDay = (value) => {
console.log(value)
// Crear una fecha a partir del valor proporcionado
const date = new Date(value);
// Ajustar la fecha a la zona horaria de México manualmente