2007-11-23 01:01:11 +00:00
|
|
|
# Ireland holiday definitions for the Ruby Holiday gem.
|
|
|
|
#
|
2007-11-29 02:56:32 +00:00
|
|
|
# Updated: 2008-11-28.
|
|
|
|
# Sources:
|
|
|
|
# - http://en.wikipedia.org/wiki/Public_holidays_in_the_Republic_of_Ireland
|
|
|
|
# - http://www.citizensinformation.ie/categories/employment/employment-rights-and-conditions/leave-and-holidays/public-holidays-in-ireland
|
2007-11-23 01:01:11 +00:00
|
|
|
---
|
|
|
|
months:
|
|
|
|
0:
|
|
|
|
- name: Easter Monday
|
|
|
|
regions: [ie]
|
2007-11-29 02:24:00 +00:00
|
|
|
function: easter(year)+1
|
2007-11-23 01:01:11 +00:00
|
|
|
1:
|
|
|
|
- name: New Year's Day
|
|
|
|
regions: [ie]
|
|
|
|
mday: 1
|
|
|
|
3:
|
|
|
|
- name: St. Patrick's Day
|
|
|
|
regions: [ie]
|
|
|
|
mday: 17
|
|
|
|
5:
|
|
|
|
- name: May Day
|
|
|
|
regions: [ie]
|
|
|
|
week: 1
|
|
|
|
wday: 1
|
|
|
|
6:
|
2007-11-29 02:56:32 +00:00
|
|
|
- name: Bank Holiday
|
2007-11-23 01:01:11 +00:00
|
|
|
regions: [ie]
|
|
|
|
week: 1
|
|
|
|
wday: 1
|
|
|
|
8:
|
2007-11-29 02:56:32 +00:00
|
|
|
- name: Bank Holiday
|
2007-11-23 01:01:11 +00:00
|
|
|
regions: [ie]
|
|
|
|
week: 1
|
|
|
|
wday: 1
|
|
|
|
10:
|
2007-11-29 02:56:32 +00:00
|
|
|
- name: Bank Holiday
|
2007-11-23 01:01:11 +00:00
|
|
|
regions: [ie]
|
|
|
|
week: -1
|
|
|
|
wday: 1
|
|
|
|
12:
|
|
|
|
- name: Christmas Day
|
|
|
|
regions: [ie]
|
|
|
|
mday: 25
|
|
|
|
- name: St. Stephen's Day
|
|
|
|
regions: [ie]
|
|
|
|
mday: 26
|
|
|
|
|