case 4395

This commit is contained in:
2023-01-24 23:35:41 +00:00
parent 82d47501b5
commit 88578b689d

View File

@@ -113,9 +113,15 @@ export default {
},
methods: {
setToday() {
const v = window.$gz.locale
.nowUTC8601String(this.timeZoneName)
//Was this but in afternoon shows the next day ?!?
// const v = window.$gz.locale
// .nowUTC8601String(this.timeZoneName)
// .split("T")[0];
const v = window.$gz.DateTime.local()
.toString()
.split("T")[0];
this.updateDateValue(v);
this.dlgdate = false;
},