Skip to content

i-Cell-Mobilsoft-Open-Source/wdc-backend

Repository files navigation

Workday Calendar

Table of Contents

1. Overview

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

2. Maven central

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.

Packages

No packages published

Contributors 9

Languages