fixes: make proposals
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user