web: Make the event date field aware of time as well.

This commit is contained in:
2024-08-12 16:06:34 -05:00
parent fa6dd55ba0
commit 27a94db3c7
3 changed files with 8363 additions and 5390 deletions

View File

@ -18,7 +18,11 @@
</label>
<label>
<span>Date and time</span>
<input type="date" name="date" v-model="formVal.event.date" />
<input
type="datetime-local"
name="date"
v-model="formVal.event.date"
/>
</label>
<label>
<span>Department / Event Type</span>