This commit is contained in:
@@ -633,7 +633,9 @@ export default {
|
|||||||
Hour12: window.$gz.locale.getHour12(),
|
Hour12: window.$gz.locale.getHour12(),
|
||||||
CurrencyName: window.$gz.locale.getCurrencyName(),
|
CurrencyName: window.$gz.locale.getCurrencyName(),
|
||||||
LanguageName: window.$gz.locale.getResolvedLanguage(),
|
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()
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
///////////////////////////////////
|
///////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user