fixing get time
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user