We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
12/31/17
YYYY/M/D
A date string like 12/31/17 is incorrectly given the YYYY/M/D format, whereas it should be M/D/YYYY.
M/D/YYYY
It looks like there are unit tests that try to cover this:
type-analyzer/test/time-test.js
Lines 48 to 52 in 617c783
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A date string like
12/31/17
is incorrectly given theYYYY/M/D
format, whereas it should beM/D/YYYY
.It looks like there are unit tests that try to cover this:
type-analyzer/test/time-test.js
Lines 48 to 52 in 617c783
but not all of the dates are actually tested. If you change the order of the dates and make
12/31/17
first, the test fails.The text was updated successfully, but these errors were encountered: