package dates_calc

  1. Overview
  2. Docs
A date calculation library

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.3.tar.gz
md5=ee0ff07acefc348c00c024f0ef02f22d
sha512=46d3510eae94e12e5339cecb34d88eb1d292ec5ac3398ab2c939c016a2268311b775535d99c14f0852308cd22fec4f86cb0378a339cba6afad840549a9468b20

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.

OCaml

Innovation. Community. Security.