Create a function that compares the date open to todays date
Best Answer
-
Broadly speaking, you're going to use the native functions Current timestamp (dynamic) to get the current date and Compare date/time to return the delta between your timestamp and the current timestamp.
Take care to format and convert your input value into DATE dataytype if it's not already
1
Answers
-
Thank you!
1 -
Some similar examples in the Functions library:
1