You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type of Expression: Date Function Return Type: Boolean Case Sensitive: NA
Expression Example: @between(NOW(), '2024-01-20 20:22:5', '2025-01-20 20:22:5') -> FALSE # When We are in 2023 @between(NOW(), '2022-01-20 20:22:5', '2025-01-20 20:22:5') -> TRUE # When We are in 2023
Common Use Case:
This expression can be used to make the block exits more dynamic by choosing the exit based on the current datetime/given datetime
The text was updated successfully, but these errors were encountered:
Type of Expression: Date Function
Return Type: Boolean
Case Sensitive: NA
Expression Example:
@between(NOW(), '2024-01-20 20:22:5', '2025-01-20 20:22:5') -> FALSE # When We are in 2023
@between(NOW(), '2022-01-20 20:22:5', '2025-01-20 20:22:5') -> TRUE # When We are in 2023
Common Use Case:
This expression can be used to make the block exits more dynamic by choosing the exit based on the current datetime/given datetime
The text was updated successfully, but these errors were encountered: