Skip to content

Commit

Permalink
coloca log
Browse files Browse the repository at this point in the history
  • Loading branch information
eemr3 committed Sep 10, 2022
1 parent 6afe515 commit f75f0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/generateDates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export function calcularParcelas(parcelas: number, stringData: string) {
resultado = `${dataParcela.getFullYear()}-${correcaoMes(
dataParcela.getMonth() + 1,
)}-${correcaoDia(dataParcela.getDate())}`;
const formateddate = moment(resultado);
dateArray.push(formateddate);
// const formateddate = moment(resultado);
dateArray.push(resultado);
}
console.info(dateArray);
return dateArray;
Expand Down

0 comments on commit f75f0eb

Please sign in to comment.