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 today() function that your can use in expressions #2364

Closed
andrewtelnov opened this issue Sep 6, 2020 · 0 comments
Closed

Add today() function that your can use in expressions #2364

andrewtelnov opened this issue Sep 6, 2020 · 0 comments
Milestone

Comments

@andrewtelnov
Copy link
Member

today([value:number]) function returns the current date. It has an optional parameter, a number that will be added as days to the current date.
For example:
"today()" - will return the current date 0 hours, 0 minutes
"today(1)" will return tommorow
"today(-1) will return yesterday
"today(2) will return after tomorrow and so on.

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

No branches or pull requests

1 participant