mattiasrunge / chron-time

A tiny library to parse and store a structured time format for exact dates or intervals when the exact date or time is unknown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chron-time

A tiny library to parse and store a structured time format for exact dates or intervals when the exact date or time is unknown. Uses ES6 but there is a requirejs version available for use in a browser, though it still requires a modern web browser which support arrow functions, promises, generators and let.

Tests

Build Status

Usage

See tests

About

A tiny library to parse and store a structured time format for exact dates or intervals when the exact date or time is unknown

License:GNU General Public License v2.0


Languages

Language:JavaScript 98.9%Language:Makefile 1.1%