This commit is contained in:
2021-11-05 20:06:45 +00:00
parent 3058f008be
commit 48df752c66

View File

@@ -633,7 +633,9 @@ export default {
Hour12: window.$gz.locale.getHour12(),
CurrencyName: window.$gz.locale.getCurrencyName(),
LanguageName: window.$gz.locale.getResolvedLanguage(),
DefaultLocale: window.$gz.locale.getResolvedLanguage().split("-", 1)[0] //kind of suspect, maybe it can be removed
DefaultLocale: window.$gz.locale.getResolvedLanguage().split("-", 1)[0], //kind of suspect, maybe it can be removed
PDFDate: new Date().toLocaleDateString(),
PDFTime: new Date().toLocaleTimeString()
};
},
///////////////////////////////////