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 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:
thank you very much, that’s exactly what I needed