Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 384 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 384 Bytes

Utils Date Documentação

Adicionando dependência

date_utils_senuntech:
    git:
      url: https://github.com/senuntech/date_utils_senuntech.git
      ref: 1.0.0

Obter datas de vencimentos

listDates = DateUtilsSenuntech.mes(
                dueDate: DateTime(2022, 1, 5),
                interval: 1,
                amountOfDate: 10,
            );