showing 12 hour format

This commit is contained in:
sanjayk03-dev
2024-09-04 18:42:35 +05:30
parent d537af5f91
commit 7a81786964
2 changed files with 14 additions and 1 deletions

View File

@@ -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")