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
Date utility "format" is broken. It is decrementing the day value, somehow. Here's the example: https://www.screencast.com/t/ixqqNEPu
The text was updated successfully, but these errors were encountered:
#8469
duplicate of #8039
Sorry, something went wrong.
Yes, you can do a PR to the docs if you have time. That format (YYYY-MM-DD) is a valid one, just that it is parsed as a local timezone.
new Date('2021-04-01') Thu Apr 01 2021 03:00:00 GMT+0300 (Eastern European Summer Time) new Date('2021/04/01') Thu Apr 01 2021 00:00:00 GMT+0300 (Eastern European Summer Time)
No branches or pull requests
Date utility "format" is broken. It is decrementing the day value, somehow. Here's the example: https://www.screencast.com/t/ixqqNEPu
The text was updated successfully, but these errors were encountered: