Skip to content

Latest commit

 

History

History

date

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

date

npm version npm downloads Twitter Follow

This project is part of the @thi.ng/umbrella monorepo.

About

Date/timestamp iterators, formatters, rounding.

Status

ALPHA - bleeding edge / work-in-progress

Installation

yarn add @thi.ng/date
// ES module
<script type="module" src="https://unpkg.com/@thi.ng/date?module" crossorigin></script>

// UMD
<script src="https://unpkg.com/@thi.ng/date/lib/index.umd.js" crossorigin></script>

Package sizes (gzipped, pre-treeshake): ESM: 1.19 KB / CJS: 1.33 KB / UMD: 1.31 KB

Dependencies

API

Generated API docs

TODO - Please see tests and doc strings in source for now...

Authors

Karsten Schmidt

License

© 2020 Karsten Schmidt // Apache Software License 2.0