showing 12 hour format
This commit is contained in:
@@ -68,7 +68,7 @@ script#admin-general-view-template(type="text/x-template")
|
||||
p
|
||||
strong Current Date/Time:
|
||||
span(v-if="isLoadingTime") Loading...
|
||||
span(v-else) {{ current_time }}
|
||||
span(v-else) {{ get_current_time }}
|
||||
|
||||
label
|
||||
input(type="checkbox" v-model="is_24_hr_format")
|
||||
|
||||
Reference in New Issue
Block a user