Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d3/d3-time

A calculator for humanity’s peculiar conventions of time.
https://github.com/d3/d3-time

Last synced: about 17 hours ago
JSON representation

A calculator for humanity’s peculiar conventions of time.

Awesome Lists containing this project

README

        

# d3-time

This module implements a convenient API for calendar math, allowing to work with the irregularities of conventional time units, where most months have 31 days but some have 28, 29 or 30; most years have 365 days but leap years have 366; and with daylight saving, most days have 24 hours but some have 23 or 25.

## Resources

- [Documentation](https://d3js.org/d3-time)
- [Examples](https://observablehq.com/collection/@d3/d3-time)
- [Releases](https://github.com/d3/d3-time/releases)
- [Getting help](https://d3js.org/community)