correct labor day holiday example

This commit is contained in:
Jeff Lenk 2011-09-05 14:07:16 -05:00
parent 8974f9d62e
commit 2da308c115
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@
<!-- independence day -->
<action application="set" data="open=false"/>
</condition>
<condition wday="2" mweek="1" mon="9">
<!-- labor day is the 1st monday in september -->
<condition wday="2" mday="1-7" mon="9">
<!-- labor day is the 1st monday in september (the only monday between the 1st and the 7th) -->
<action application="set" data="open=false"/>
</condition>
<condition wday="2" mweek="2" mon="10">