Extract working date

HI,

I want to add day but only on working days.

Example;
date is 23/4/2021(Friday)
it should be 28/4/2021(Wednesday)
the process exclude saturday and sunday

Regards.

Sorry…it’s not clear…Could you please explain in a different day?

Hi @prasath17

I want to get date. but only monday till friday date. not include saturday and sunday date

for example
date 23/4/2021(Friday)

I have use datetime.now.add(3) to add a date
but that date is include(24/4)saturday and (25/4)sunday.

What I want is exclude date for each saturday and sunday

Regards.

@Amin - Please check this post…

1 Like

@prasath17

Ok Thanks…
I will try it

HI @prasath17

it works…
Awesome

Thanks.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.