This commit is contained in:
2020-02-05 23:53:47 +00:00
parent ce13b1230b
commit 4e51b26258

View File

@@ -17,7 +17,7 @@
<v-time-picker
scrollable
ampm-in-title
:format="24hr"
:format="ampmFormat"
v-model="timeOnly"
>
<v-spacer></v-spacer>
@@ -61,7 +61,7 @@ export default {
date: null,
oldDate: null,
dlgtime: false,
ampmFormat: "ampm" //or "24hr"
ampmFormat: window.$gz.locale.format().hour12 ? "ampm" : "24hr"
}),
props: {
label: String,