Skip to content

dxwood/date-utils

 
 

Repository files navigation

Date Utils

Build Status

Scrutinizer Code Quality Code Coverage Build Status

Allows for the easy calculation of working days between two points. Automatically generates UK bank holidays, these can be overridden via config

Basic example

$date = WorkingDays::workingDaysFrom(new \DateTime('2014-01-01'), 1);

//$date will be set to 2014-01-02 which is the next working day

About

Date Utilities

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%