Hi all,
I want to find total number of days in a month excluding saturday’s and sunday’s. It can be any month.can anyone help me in solving it.
Thanks in advance.
here you go with a xaml
hope this would help you
Daysinmonth.zip (2.2 KB)
Cheers @Bindhu
Hi,
Check this xaml and customize it as per your need. Here I am passing start date and end date for a period to get weekdays alone.GetBusinessDays.xaml (4.7 KB)
Hi @Palaniyappan
Thanks for fast reply and its working fine.
Cheers @Bindhu
Hi @Palaniyappan
Now i’m trying to get total number of days excluding saturday’s and sunday’s in every month. But the problem is every time for every month i am getting the same count. I am uploading my xaml file can you please cross check it once.
Thanks.Main.xaml (10.0 KB)
@Bindhu Hi check modified workflow below.
Main (2).xaml (11.5 KB)
@Manjuts90
Thank you,It’s working fine.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.