desktop-dart / duration

Utilities to make working with 'Duration's easier.
BSD 3-Clause "New" or "Revised" License
53 stars 47 forks source link

Add DurationTersity.month #61

Open Keithcat1 opened 1 year ago

Keithcat1 commented 1 year ago

Because hearing that a file was modified 32 weeks ago feels kind of unintuitive.

tejainece commented 1 month ago

I did not include month because month does not have fixed number of days. Do you have any suggestions on how to do this elegantly?

It is easy to add Years tho.