R recursive function to add n days to a date skipping saturdays/sundays and bank holidays

后端 未结 0 1780
北恋
北恋 2021-01-20 19:48

I have a function that can add one day to a date. In case the following date is on Saturday/Sunday/bank holiday, the function calls itself with the argument date = date + 1

相关标签:
回答
  • 消灭零回复
提交回复
热议问题