dev-master
9999999-devDoes this date is a holiday in these cantons ?
dev-stable
dev-stableDoes this date is a holiday in these cantons ?
Wallogit.com
2017 © Pedro PelĂĄez
Does this date is a holiday in these cantons ?
Does this date is a holiday in these cantons ?, (*1)
You can use the composer package manager to install. Either run:, (*2)
$ php composer.phar require melba-ch/swiss-holidays "*"
or add:, (*3)
"melba-ch/swiss-holidays": "*"
to your composer.json file, (*4)
You can also manually install the API easily to your project. Just download the source ZIP and extract its content into your project., (*5)
Does this date is a holiday in these cantons, (*6)
use MelbaCH\SwissHolidays\SwissHolidays;
$date = new \DateTime("2018-4-1");
$holidays = SwissHolidays::isHoliday($date, ["VD", "SO", "BE"]);
Get holidays of the year in these cantons, (*7)
use MelbaCH\SwissHolidays\SwissHolidays;
$holidays = SwissHolidays::getHolidays("2019", ["TG", "ZH", "AG"]);
List of Swiss cantons, (*8)
List of holidays, (*9)
Does this date is a holiday in these cantons ?
Does this date is a holiday in these cantons ?