Public holidays in Benin
Public holidays
Date | English Name |
---|---|
January 1 | New Year's Day |
January 10 | Traditional Day |
May 1 | Labor Day |
May 25 | Ascension |
June 5 | Whit Monday |
August 1 | Independence Day |
August 15 | Assumption |
October 26 | Armed Forces Day |
November 1 | All Saints' Day |
November 30 | National Day |
December 25 | Christmas Day |
December 26 | Boxing Day |
Movable holidays
The following holidays are public holidays but the date on which each occurs varies, according to its corresponding calendar, and thus has no set date. In order in which they occur:
English Name | Local Name | Description |
---|---|---|
Eid ul-Adha | Tabaski | Feast of Sacrifice |
Prophet's Birthday | Celebrates Muhammad's birthday | |
Easter | ||
Easter Monday | The Monday following Easter | |
Eid ul-Fitr | Celebrates end of Ramadan | |
gollark: And then the same thing but with background color...
gollark: ```luac = function(a) if term.isColor() == true then if a == 0 then term.setTextColor(colours.white) elseif a == 1 then term.setTextColor(colours.orange) elseif a == 2 then term.setTextColor(colours.magenta) elseif a == 3 then term.setTextColor(colours.lightBlue) elseif a == 4 then term.setTextColor(colours.yellow) elseif a == 5 then term.setTextColor(colours.lime) elseif a == 6 then term.setTextColor(colours.pink) elseif a == 7 then term.setTextColor(colours.grey) elseif a == 8 then term.setTextColor(colours.lightGrey) elseif a == 9 then term.setTextColor(colours.cyan) elseif a == "a" then term.setTextColor(colours.purple) elseif a == "b" then term.setTextColor(colours.blue) elseif a == "c" then term.setTextColor(colours.brown) elseif a == "d" then term.setTextColor(colours.green) elseif a == "e" then term.setTextColor(colours.red) elseif a == "f" then term.setTextColor(colours.black) elseif a == "red" then c("e") elseif a == "orange" then c(1) elseif a == "yellow" then c(4) elseif a == "green" then c("d") elseif a == "blue" then c("b") elseif a == "purple" then c("a") elseif a == "black" then c("f") elseif a == "white" then c(0) end endend```?!?!?!?
gollark: ```lua-- VERSION 1.0 --using = function(a) shell.run(a)enduse = function(a) shell.run(a)ends = function(a) sleep(a)endcls = function() shell.run("clear")endclr = function() cls()end```????
gollark: This is so ridiculous.
gollark: Really? Why does it check its own filesize?
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.