d3-time-format
d3-time-format copied to clipboard
Parse and format times, inspired by strptime and strftime.
In the file-"d3.js", Method-"format.parse" and line-**if (i != string.length) return null;** Year is supported only till "9999"(string.length=14) if year "10000" is passed then it is returning as null because length...
These functions work by counting how many Thursdays have occurred up to this date `function formatUTCWeekNumberISO(d, p) { d = UTCdISO(d); return pad(utcThursday.count(utcYear(d), d) + (utcYear(d).getUTCDay() === 4), p, 2);...
I'd like to add a test case for this. But I'm a bit of a noob in that department... could you explain how to add? It would be a good...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.5.4. Release notes Sourced from semver's releases. v7.5.4 7.5.4 (2023-07-07) Bug Fixes cc6fde2 #588 trim each range set before parsing (@lukekarrys) 99d8287 #583 correctly parse...
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
This implementation is limited to ordinal as a suffix, so it won’t support [ordinal indicators as prefixes](https://en.wikipedia.org/wiki/Ordinal_indicator#Representation_as_prefix). TODO - [x] Pick a directive (`%o`). - [x] Format ordinal day-of-month in...
As per quarter it will be nice to have the same for semester (1 or 2). Regards.
With reference to Issue #47. Currently checks for trying to specify a leap date on non-leap years, and a 31 on months with only 30 days.
Related mbostock/d3#1782. TODO: - [x] Format signed directives. - [ ] Parse signed directives. - [ ] Decide whether we want sign to be limited to year, or apply to...