mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 17:41:53 +00:00
correct labor day holiday example
This commit is contained in:
parent
8974f9d62e
commit
2da308c115
@ -70,8 +70,8 @@
|
|||||||
<!-- independence day -->
|
<!-- independence day -->
|
||||||
<action application="set" data="open=false"/>
|
<action application="set" data="open=false"/>
|
||||||
</condition>
|
</condition>
|
||||||
<condition wday="2" mweek="1" mon="9">
|
<condition wday="2" mday="1-7" mon="9">
|
||||||
<!-- labor day is the 1st monday in september -->
|
<!-- labor day is the 1st monday in september (the only monday between the 1st and the 7th) -->
|
||||||
<action application="set" data="open=false"/>
|
<action application="set" data="open=false"/>
|
||||||
</condition>
|
</condition>
|
||||||
<condition wday="2" mweek="2" mon="10">
|
<condition wday="2" mweek="2" mon="10">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user