Hello everybody,
I have the following problem:
I have three fields, a start date, an end date and a duraton field.
The user enters a value in the start date and end date (01.01.2020 to 31.12.2020 and will have a value calculated in the third field.
Currently, however, there are only days for me...how can I generate a value from it, the days months and It should look like this: for example, I get 365 days as a result from the difference between the start date and the end date, but I don't want to show 365 days in the field "duration", but 30 days and 11 months.
Do you know anything like that?