Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add days #23

Open
MichaelCurrin opened this issue Mar 25, 2020 · 0 comments
Open

Add days #23

MichaelCurrin opened this issue Mar 25, 2020 · 0 comments

Comments

@MichaelCurrin
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant