1
resposta

falha

falha

1 resposta

Oi Thales tudo bem ?

Faltou colocar o return no método dataParaTexto(data)

    dataParaTexto(data) {

        return data.getDate()
            + '/' + (data.getMonth() + 1)
            + '/' + data.getFullYear();
      }