Calculate date considering only weekdays from Monday to Friday

I need to do a sum of days on a date, but considering only Monday through Friday.

Example, today 11/16/2022 adding +5 days, counting only from Monday to Friday the expected date would be 11/23/2022

Thanks in advance for your attention and help.

I had to do this recently in a code node, unfortunately not supported by the Date node (probably should write a feature request). See if this helps:

2 Likes

thank you very much, that’s exactly what I needed

1 Like

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