in the above Due date field i want put date after 10 working day.
who to do this?
in the above Due date field i want put date after 10 working day.
who to do this?
@Sneha_Ambulkar Try Now.AddDays(10).toString(“dd/MM/yyyy”)
use Now.AddDays(10).tostring(dateformatyouwant)
Thanks,
Parvati
Hi,
It is working but i want to skip sat and sunday.
i just want to consider working day.
How to do that?
Hi,
It is working but i want to skip sat and sunday.
i just want to consider working day.
How to do that?
@Sneha_Ambulkar Can you give us an Example Manually
AddWorkingDays.xaml (8.1 KB)
Provide Input Days and No. of working days to add and test the workflow…!
This will add the required days excluding weekends. @Sneha_Ambulkar
Thanks!