Operators
+ | Adds a value to the date/time variable |
- | Subtracts a value from the date/time variable |
< | Assigns a value to the date/time variable. |
Keywords
now, today | Sets the variable to the actual date/time. |
monday, sunday | The nearest specified weekday that is not in the past, including today. |
upcoming | Evaluates if the variable time is in the past and if so, adds 1 day to the variable date. |
Values
y | Years: a number of years. |
z | Months: a number of months. |
w | Weeks: a number of weeks. |
d | Days: a number of days. |
h | Hours: a number of hours. |
m | Minutes: a number of minutes. |
l | Literal: A datetime literal. <d<z<h<m = assign day, assign month, assign hour, assign minute= <20d<2<15h<30m = 20th Feb 3:30 pm |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article