I need to calculate the difference between 2 dates...
# suiteql
s
I need to calculate the difference between 2 dates, the invoice due date with current date. How can I do that with Suiteql
s
Copy code
TO_DATE(CURRENT_DATE) - TO_DATE(duedate)
s
Quick answer and it's working very well. Thanks a lot
👍 1