d3-time-format
d3-time-format copied to clipboard
Validate input for improper leap dates and short months
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.
Like checking that format(f)(parse(f)(x)) === x?