fixing get time

This commit is contained in:
sanjayk03-dev
2024-08-28 13:31:32 +05:30
parent 71a1775221
commit ae23f756ea
2 changed files with 25 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ script#admin-general-view-template(type="text/x-template")
h2 Date/Time
p
strong Current Date/Time:
| {{current_date_time}}
| {{get_current_time}}
.pure-form
input(id="date" type="date" v-model="selected_date")
input(id="hours" type="number" v-model="selected_hours" placeholder="HH" maxlength="2" min="0" max="23" style="width:45px")