We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ee69a8 + 45fa268 commit 3b30902Copy full SHA for 3b30902
1 file changed
js/holidays.js
@@ -39,7 +39,8 @@ function checkHoliday( year, month, day ) {
39
...observed( year, 1, 1, country, 'New Year\'s Day' ),
40
...observed( year, 1, 26, country, 'Australia Day' ),
41
...inRegions(['tas'], { date: floatingDoW( 1, year, 2, 8 ), name: 'Royal Hobart Regatta' }),
42
- ...inRegions(['vic', 'wa'], { date: floatingDoW( 1, year, 3, 1 ), name: 'Labour Day' }),
+ ...inRegions(['wa'], { date: floatingDoW( 1, year, 3, 1 ), name: 'Labour Day' }),
43
+ ...inRegions(['vic'], { date: floatingDoW( 1, year, 3, 8 ), name: 'Labour Day' }),
44
...inRegions(['act'], { date: floatingDoW( 1, year, 3, 8 ), name: 'Canberra Day' }),
45
...inRegions(['sa'], { date: floatingDoW( 1, year, 3, 8 ), name: 'Adelaide Cup Day' }),
46
...inRegions(['tas'], { date: floatingDoW( 1, year, 3, 8 ), name: 'Eight Hours Day' }),
0 commit comments