Skip to content

Releases: FMorschel/due_date

v2.0.0

09 Oct 04:12
917e93f
Compare
Choose a tag to compare

Added Periods and DateValidators to the package. Making it even more useful in different ways.

v1.0.4

31 Aug 11:03
Compare
Choose a tag to compare

Stable release for due_date.

News:

Release of the API:

final date = DateTime(2022, DateTime.january, 31);
DueDateTime dueDate = DueDateTime.fromDate(date);
dueDate = dueDate.addMonths(1); // February 28th, 2022
dueDate = dueDate.addMonths(1); // March 31th, 2022