https://github.com/d3/d3-time-format
Parse and format times, inspired by strptime and strftime.
https://github.com/d3/d3-time-format
Last synced: about 1 year ago
JSON representation
Parse and format times, inspired by strptime and strftime.
- Host: GitHub
- URL: https://github.com/d3/d3-time-format
- Owner: d3
- License: isc
- Created: 2015-06-29T21:57:18.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T16:55:50.000Z (over 2 years ago)
- Last Synced: 2025-04-29T09:02:17.502Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-time-format
- Size: 317 KB
- Stars: 332
- Watchers: 16
- Forks: 97
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# d3-time-format
This module can be used to parse or format [dates](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) in a variety of locale-specific representations.
## Resources
- [Documentation](https://d3js.org/d3-time-format)
- [Releases](https://github.com/d3/d3-time-format/releases)
- [Getting help](https://d3js.org/community)