Calculating dates

I see that there is a commercial Date Calculation plugin for the commercial version. I am just using the Community Edition and I’m not seeing a way to do any calculations for DATE - X days there. Am I not seeing a convert timestamp to Date ability either? Is there no way to do this in the Community Edition?

Hello, compute node, combined with function processing.
https://docs.nocobase.com/handbook/calculation-engines/formula

1 Like

Thank you! got me where I needed to be

DATE(YEAR(…), MONTH(…), DAY(…) + days)