From 4e51b262589fcbc415ed97bbe675efd982657400 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 5 Feb 2020 23:53:47 +0000 Subject: [PATCH] --- ayanova/src/components/time-control.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ayanova/src/components/time-control.vue b/ayanova/src/components/time-control.vue index 583ad2da..290653a5 100644 --- a/ayanova/src/components/time-control.vue +++ b/ayanova/src/components/time-control.vue @@ -17,7 +17,7 @@ @@ -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,