From 056c406ae5ec5ed72ca3dc5ba1ffc4edb4125d6e Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 26 Sep 2023 09:15:39 +0200 Subject: [PATCH] Workday add date range (#28157) --- source/_integrations/workday.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/workday.markdown b/source/_integrations/workday.markdown index 7a7785048b5..689b3d79eb6 100644 --- a/source/_integrations/workday.markdown +++ b/source/_integrations/workday.markdown @@ -44,9 +44,9 @@ Country code must be given according to [holidays](https://pypi.org/project/holi Subdivision code must be given according to [holidays](https://pypi.org/project/holidays/) notation. -Add holidays will only take dates formatted with `YYYY-MM-DD`. +Add holidays will only take dates formatted with `YYYY-MM-DD` or a date range formatted with `YYYY-MM-DD,YYYY-MM-DD`. -Remove holidays will take dates formatted with `YYYY-MM-DD` or partial of name, for example, `christmas` will exclude `Christmas Day`. +Remove holidays will take dates formatted with `YYYY-MM-DD`, a date range formatted with `YYYY-MM-DD,YYYY-MM-DD` or partial of name, for example, `christmas` will exclude `Christmas Day`. The offset can be used to see if future days are workdays. For example, put `1` to see if tomorrow is a workday.