Tag: vuejs
-
How to remove the local timezone from a date in javascript?
I’m working on a web app with Vuejs and Vuetify and I need to use date without zone, or always in UTC. And that was quit hard to handle because the browser always show the Date object like it is in the local timezone. Basically, with a date picker, the date in the javascript object…
