Create a function that compares the date open to todays date

how would i create a function that compares the date open to today's date

Best Answer

  • Henry Simms
    Henry Simms Administrator
    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

Answers