How to Calculate Working Days Excluding Sunday in a month?

0
can someone please explain how to calculate the working days excluding Sundays?  if have any expression its good otherwise can some one explain microflow with image
asked
2 answers
0

Hi Himansu,

 

Do you mean that Saturday is a working day too? 

You can find an example right here on how to calculate working days via Java, and you can adjust the java actions a bit to also include Saturday in this calculation. 

 

Hope this points you in the right direction! 

Jurre

answered
0

I searched and did not find a function on how to calculate it, however, I made such a solution in microflow, which will work.

It calculates how many days there are between "StartDate" and "EndDate", subtracts Saturdays from it and gives the result.

 

link to *.mpk file: https://drive.google.com/file/d/1Gc1z8YlOyqH--wU4u4ti7BI7N74hFYFt/view?usp=sharing

 

I hope I helped, if so, please accept the answer.

 

Regards,

Adam

 

 

image.png

answered