d3 / d3-time-format

Parse and format times, inspired by strptime and strftime.
https://d3js.org/d3-time-format
ISC License
327 stars 100 forks source link

Signed year? #7

Open mbostock opened 8 years ago

mbostock commented 8 years ago

Related mbostock/d3#1811.

There’s a related question as to how we would support years that have more or fewer than four digits.

mbostock commented 8 years ago

Implementation in #11.