Skip to content

adbrvn/ProductionCalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Production Calendar

Производственный календарь с праздниками РФ

powered by Superjob.ru

Usage

<?php

$calendar = \ProductionCalendar\Calendar::create(); 

$calendar->getIsWorkday(new \DateTime('2016-05-09')) // False
$calendar->getIsHolyday(new \DateTime('2016-06-12')) // True

$calendar->findFirstHoliday(new \DateTime('2017-06-08')) // DateTime<2017-06-10>
$calendar->findFirstWorkday(new \DateTime('2017-06-10')) // DateTime<2017-06-13>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published