Computation using date

Has anyone tried computing date? I wanted to compute the number of days when a certain plant gets matured from when it was planted. For instance, I used a Date Planted as Date. Then, from this, I wanted to compute its maturity date.

Hi @Basty and welcome to the community!

Starting from this post:

You can understand the usage of decimal-date-time() (which shown in this article)

After that you can use some calculation type questions to achieve what you are looking for :slight_smile:

Let me know if you need more help