Table of Contents
Workday Calendar is a customizable module for workday calculations using in-memory data. After initialization, the module provides methods for querying the n-th workday before or after a given start date and querying a list of workdays between two dates.
The project based on: JDK version: 1.11
The Workday Calendar can also be found in the official maven repository.
dependencyManagement settings
<dependency>
<groupId>hu.icellmobilsoft.wdc</groupId>
<artifactId>wdc-calculator-core-action</artifactId>
<version>{version}</version>
</dependency>
See page wdc-backend documentation for more details.