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

Support dates and times in formulas #31

Closed
graysonarts opened this issue Aug 30, 2021 · 2 comments
Closed

Support dates and times in formulas #31

graysonarts opened this issue Aug 30, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@graysonarts
Copy link

I'd love to be able to calculate "Days since" for a column where I'm using it to track chores that need to be done around the house. I'd love to be able to do something like:

thing date days since
Thing 1 2021-08-29 $-1 - today()

And have it render as:

thing date days since
Thing 1 2021-08-29 1 day
@tgrosinger tgrosinger added the enhancement New feature or request label Nov 26, 2021
@mayukhc
Copy link

mayukhc commented Sep 23, 2022

+1 for this request. It would be great to be able to time diff like

START END DURATION
09:45 10:30 45

@tgrosinger tgrosinger changed the title Feature Request: Date Support in formulas Support dates and times in formulas May 25, 2023
@tgrosinger
Copy link
Owner

Be sure to check out the comments in #45 when implementing this.
Consider the difference between times and durations.

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

No branches or pull requests

3 participants