My API delivers the date 2018-01-31
, but in the <q-datetime v-model="myDate" type="date" />
it show 2018-01-30
, day 30 instead of 31, why?
I assume its because the timezone, so how i disable anything related to timezone? I just wanna show the same date inside the component