d3-time-format icon indicating copy to clipboard operation
d3-time-format copied to clipboard

Validate input for improper leap dates and short months

Open UnicodingUnicorn opened this issue 6 years ago • 1 comments

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.

UnicodingUnicorn avatar Dec 19 '19 21:12 UnicodingUnicorn

Like checking that format(f)(parse(f)(x)) === x?

Fil avatar Jun 05 '20 16:06 Fil