Subtracting two dates to get time in days between the two dates

0
I am trying to use a microflow that will take subtract the start date from the end date on a time off request and display how many days that will be off. How can I achieve this?
asked
2 answers
3

you can use the function daysBetween().  You’ll find documentation here:  https://docs.mendix.com/refguide/between-date-function-calls#6-daysbetween

answered
1

I would recommend looking at the following functions to achieve what you are looking for  
https://docs.mendix.com/refguide/between-date-function-calls#6-daysbetween

answered