You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not use dates in dash separated formats - they'll be interpreted in your local (client/browser) timezone, so you might end up in the prev/next day.
See here:
Describe the bug
format date to
DD/MM/YYYY
when the initial date is1234-12-12
(YYYY-MM-DD), gives the result of11/12/1234
instead of12/12/1234
Codepen/jsFiddle/Codesandbox (required)
https://codesandbox.io/s/serene-williams-84uc3?file=/src/App.vue
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Output is expected to 12/12/1234
Screenshots
Platform (please complete the following information):
OS: CBS
Browsers: Chrome
Additional context
The text was updated successfully, but these errors were encountered: