mirror of https://github.com/apache/cloudstack.git
Fix time format (#6893)
Co-authored-by: Stephan Krug <stephan.krug@scclouds.com.br>
This commit is contained in:
parent
ea8fdc20cf
commit
adec811052
|
|
@ -74,8 +74,7 @@
|
|||
name="timeSelect"
|
||||
ref="timeSelect">
|
||||
<a-time-picker
|
||||
use12Hours
|
||||
format="h:mm A"
|
||||
format="HH:mm"
|
||||
v-model:value="form.timeSelect" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
|
|
|||
Loading…
Reference in New Issue