This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user