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