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
datetimelocal is incorrectshould be datetime-local
Also, I found that new Date(value) in chrome will treat the value as UTC if it has a 'T', but instead it is 'local without timezone', so the value returned will be wrong. don't know if other browsers would do the same: https://jsfiddle.net/setn3460/
So I suggest using Moment as it returns consistent values
The text was updated successfully, but these errors were encountered:
Bug
fieldInput.vue
datetimelocal
is incorrectshould bedatetime-local
Also, I found that
new Date(value)
in chrome will treat the value as UTC if it has a 'T', but instead it is 'local without timezone', so the value returned will be wrong. don't know if other browsers would do the same: https://jsfiddle.net/setn3460/So I suggest using Moment as it returns consistent values
The text was updated successfully, but these errors were encountered: