MichaelCurrin/my-github-projects

Add days

Opened this issue · 0 comments

For created and modified dates, add bracket numbers or tooltips

Logic:

days = Current date minus target + 1
If less than 7 days then "days"
If less than 28 days then "weeks". Days / 7 and round off.
If less than 365 days then "months". Days / average month
Otherwise "years". Round off.