package dates_calc

  1. Overview
  2. Docs
A date calculation library

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.2.tar.gz
md5=b9a95dd2af7b42b1e7bcf17c8929b92c
sha512=4b4cba810bd1a1332c0b0fd99e9657e69450e73e77d37f0e2527df059ad45d227eb16771ec1c0f91abd56d724a8fbd4ab422e7460ae297436f257393ad06109e

README.md.html

A date calculation library

Aim

This library handles dates (DD-MM-YYYY) and periods (in days, months and years). It provides operators on dates and periods. The addition of dates and periods containing months or years is a tricky case that may require roundings.

This library is a work in progress.

Installation

Just run opam install dates_calc or opam install . if you've cloned the git repository.