We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bd4ef commit 67762ddCopy full SHA for 67762dd
au.yaml
@@ -216,6 +216,7 @@ months:
216
217
methods:
218
afl_grand_final:
219
+ # https://business.vic.gov.au/business-information/public-holidays/victorian-public-holidays-2024
220
arguments: year
221
ruby: |
222
case year
@@ -228,9 +229,17 @@ methods:
228
229
when 2018
230
Date.civil(2018, 9, 28)
231
when 2019
- Date.civil(2019,9, 27)
232
+ Date.civil(2019, 9, 27)
233
when 2020
234
Date.civil(2020, 10, 23)
235
+ when 2021
236
+ Date.civil(2020, 9, 24)
237
+ when 2022
238
+ Date.civil(2020, 9, 23)
239
+ when 2023
240
+ Date.civil(2020, 9, 29)
241
+ when 2024
242
+ Date.civil(2020, 9, 27)
243
end
244
qld_queens_bday_october:
245
# http://www.justice.qld.gov.au/fair-and-safe-work/industrial-relations/public-holidays/dates
0 commit comments