holidays fix
This commit is contained in:
parent
4aab7c88d0
commit
b79d2f879c
27
dtime.js
27
dtime.js
|
@ -139,11 +139,10 @@ function dday(day, season, yearday, sttiby) {
|
|||
else if (season == 0 && day == 17) ddaystr += ", Celebrate Joshmas";
|
||||
else if (season == 0 && day == 18) ddaystr += ", Celebrate Pat Pineapple Day";
|
||||
else if (season == 0 && day == 21) ddaystr += ", Celebrate Hug Day";
|
||||
else if (season == 0 && day == 26) ddaystr += ", Celebrate Backwards Day (Traditional)";
|
||||
else if (season == 0 && day == 26) ddaystr += ", Celebrate Backwards Day, Traditional";
|
||||
else if (season == 0 && day == 37) ddaystr += ", Celebrate Aaron Burr’s Birthday";
|
||||
else if (season == 0 && day == 49) ddaystr += ", Celebrate The Mary Day";
|
||||
else if (season == 0 && day == 51) ddaystr += ", Celebrate Pet Loving Day";
|
||||
else if (season == 0 && day == 69) ddaystr += ", Celebrate Head Chicken/Chicken Head Day";
|
||||
else if (season == 0 && day == 69) ddaystr += ", Celebrate Chicken Head Day";
|
||||
else if (season == 0 && day == 72) ddaystr += ", Celebrate Daytime";
|
||||
else if (season == 1 && day == 4) ddaystr += ", Celebrate Grover Cleveland’s Birthday";
|
||||
else if (season == 1 && day == 11) ddaystr += ", Celebrate Discordians for Jesus/Love Your Neighbor Day";
|
||||
|
@ -152,32 +151,34 @@ function dday(day, season, yearday, sttiby) {
|
|||
else if (season == 1 && day == 34) ddaystr += ", Celebrate Omarmas";
|
||||
else if (season == 1 && day == 43) ddaystr += ", Celebrate Universal Ordination Day";
|
||||
else if (season == 1 && day == 68) ddaystr += ", Celebrate Mal-2mas";
|
||||
else if (season == 1 && day == 70) ddaystr += ", Celebrate Jake Day Jr. (DJ)/Day of the Elppin";
|
||||
else if (season == 1 && day == 70) ddaystr += ", Celebrate Jake Day Jr./Day of the Elppin";
|
||||
else if (season == 1 && day == 72) ddaystr += ", Celebrate Towel Day";
|
||||
else if (season == 2 && day == 26) ddaystr += ", Celebrate Imaginary Friend/Captain Tuttle Day";
|
||||
else if (season == 2 && day == 26) ddaystr += ", Celebrate Imaginary Friend Day";
|
||||
else if (season == 2 && day == 28) ddaystr += ", Celebrate St. George’s Day";
|
||||
else if (season == 2 && day == 30) ddaystr += ", Celebrate Zoog Day";
|
||||
else if (season == 2 && day == 36) ddaystr += ", Celebrate June 31st for Popes";
|
||||
else if (season == 2 && day == 37) ddaystr += ", Celebrate Mid-Year’s Day";
|
||||
else if (season == 2 && day == 40) ddaystr += ", Celebrate X-Day";
|
||||
else if (season == 2 && day == 55) ddaystr += ", Celebrate Mal-2 Day";
|
||||
else if (season == 2 && day == 57) ddaystr += ", Celebrate John Dillinger Day";
|
||||
else if (season == 3 && day == 3) ddaystr += ", Celebrate Multiversal Underwear Day";
|
||||
else if (season == 3 && day == 18) ddaystr += ", Celebrate Festival of Hanky-Panky Spankies";
|
||||
else if (season == 3 && day == 33) ddaystr += ", Celebrate Cat Dancing & Pussyfoot Day";
|
||||
else if (season == 3 && day == 37) ddaystr += ", Celebrate Mass of Planet Eris/Eristotle";
|
||||
else if (season == 3 && day == 10) ddaystr += ", Celebrate St. Cecil Day";
|
||||
else if (season == 3 && day == 18) ddaystr += ", Celebrate Spanking Fest";
|
||||
else if (season == 3 && day == 33) ddaystr += ", Celebrate Pussyfoot Day";
|
||||
else if (season == 3 && day == 37) ddaystr += ", Celebrate Mass of Planet Eris/Mass of Eristotle";
|
||||
else if (season == 3 && day == 39) ddaystr += ", Celebrate St. Mammes's Day";
|
||||
else if (season == 3 && day == 41) ddaystr += ", Celebrate Emperor Norton Proclamation Day";
|
||||
else if (season == 3 && day == 55) ddaystr += ", Celebrate Feast of St. John Blasphemist";
|
||||
else if (season == 3 && day == 57) ddaystr += ", Celebrate Shamlicht Kids Club Day";
|
||||
else if (season == 3 && day == 59) ddaystr += ", Celebrate Gonkulator Day (Gonculator Day)";
|
||||
else if (season == 3 && day == 59) ddaystr += ", Celebrate Gonculator Day";
|
||||
else if (season == 3 && day == 60) ddaystr += ", Celebrate Mad Hatter Day";
|
||||
else if (season == 3 && day == 66) ddaystr += ", Celebrate Habeas Corpus Remembrance Day";
|
||||
else if (season == 4 && day == 17) ddaystr += ", Celebrate Pope Night";
|
||||
else if (season == 4 && day == 28) ddaystr += ", Celebrate Ek-sen-triks CluborGuild Day";
|
||||
else if (season == 4 && day == 36) ddaystr += ", Celebrate Spanking Fest";
|
||||
else if (season == 4 && day == 37) ddaystr += ", Celebrate 537 Day, sometimes Turkey Day";
|
||||
else if (season == 4 && day == 40) ddaystr += ", Celebrate Omar’s Day";
|
||||
else if (season == 4 && day == 37) ddaystr += ", Celebrate 537 Day";
|
||||
else if (season == 4 && day == 40) ddaystr += ", Celebrate Omar Day";
|
||||
else if (season == 4 && day == 43) ddaystr += ", Celebrate Day D";
|
||||
else if (season == 4 && day == 46) ddaystr += ", Celebrate Hug Day II";
|
||||
else if (season == 4 && day == 56) ddaystr += ", Celebrate Agnostica";
|
||||
else if (season == 4 && day == 65) ddaystr += ", Celebrate Circlemas";
|
||||
return ddaystr;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue