Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/d3/d3-time
- Owner: d3
- License: isc
- Created: 2015-06-24T18:07:15.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T17:58:58.000Z (6 months ago)
- Last Synced: 2024-11-12T21:41:51.573Z (8 days ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-time
- Size: 274 KB
- Stars: 233
- Watchers: 13
- Forks: 57
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)