Working days counter

0
How can i create a counter for working days(from monday to friday). Applicant input workdate from and workdate to.
asked
1 answers
0

Take a look for this action, maybe it will help you:

https://modelshare.mendix.com/models/fa8f2cfd-024a-4ff2-a44d-ff4ed66c8b96/get-day-of-week

As far as I have understand it will provide you the day of the week as number. Based on that logic you could implement a logic for your use case.

answered