Add Internationaler Kindertag
This commit is contained in:
parent
cb6fc7eed7
commit
e5bc0c4697
1 changed files with 1 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ class FeiertagKalender {
|
|||
array(Bundesland::Baden_Wuerttemberg, Bundesland::Bayern, Bundesland::Hessen,
|
||||
Bundesland::Nordrhein_Westfalen, Bundesland::Rheinland_Pfalz, Bundesland::Saarland)));
|
||||
array_push($this->feiertage, new Feiertag(mktime(0, 0, 0, 5, 14 - ($jahr - 1 + $jahr / 4) % 7, $jahr), 'Muttertag'));
|
||||
array_push($this->feiertage, new Feiertag(mktime(0, 0, 0, 6, 1, $jahr), 'Internationaler Kindertag'));
|
||||
array_push($this->feiertage, new Feiertag(mktime(0, 0, 0, 9, 20, $jahr), 'Weltkindertag'));
|
||||
array_push($this->feiertage, new Feiertag(mktime(0, 0, 0, 8, 15, $jahr), 'Mariä Himmelfahrt',
|
||||
array(Bundesland::Bayern, Bundesland::Saarland)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue