This commit is contained in:
@@ -14,7 +14,12 @@
|
||||
:error="!!error"
|
||||
></v-text-field>
|
||||
</template>
|
||||
<v-time-picker scrollable ampm-in-title v-model="timeOnly">
|
||||
<v-time-picker
|
||||
scrollable
|
||||
ampm-in-title
|
||||
:format="24hr"
|
||||
v-model="timeOnly"
|
||||
>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn text color="primary" @click="dlgtime = false">{{
|
||||
lt("OK")
|
||||
@@ -52,7 +57,12 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
data: () => ({ date: null, oldDate: null, dlgtime: false }),
|
||||
data: () => ({
|
||||
date: null,
|
||||
oldDate: null,
|
||||
dlgtime: false,
|
||||
ampmFormat: "ampm" //or "24hr"
|
||||
}),
|
||||
props: {
|
||||
label: String,
|
||||
rules: Array,
|
||||
|
||||
Reference in New Issue
Block a user