remove flatpickr and changed hr and minutes

This commit is contained in:
sanjayk03-dev
2024-08-27 21:42:30 +05:30
parent 7a8945a0a2
commit 7556234188
3 changed files with 7 additions and 16 deletions

View File

@@ -67,5 +67,6 @@ script#admin-general-view-template(type="text/x-template")
h2 Date/Time
.pure-form
input(id="date" type="date" v-model="selected_date")
input.flatpickr(id="time" type="time" v-model="selected_time")
input(id="hours" type="text" v-model="selected_hours" placeholder="HH" maxlength="2" min="0" max="23")
input(id="minutes" type="text" v-model="selected_minutes" placeholder="MM" maxlength="2" min="0" max="59")
button.pure-button.pure-button-primary(@click="change_date_time", style="margin:5px") Update Date/Time