EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
December 14, 2024, 04:36:23 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for Vue
>
DateTimeBox bug
Pages: [
1
]
« previous
next »
Print
Author
Topic: DateTimeBox bug (Read 9919 times)
li_xiao_zhong
Newbie
Posts: 2
DateTimeBox bug
«
on:
December 05, 2021, 09:24:55 PM »
when I set template as
<DateTimeBox :name="name" v-model="date" :format="yyyy-MM-dd HH:mm:ss" style="width: 150px"
:panelStyle="{width:'150px'}"></DateTimeBox>
in dropdown panel the TimeBox only show hour and miniute like "12:22",lack of second part
Logged
jarry
Administrator
Hero Member
Posts: 2279
Re: DateTimeBox bug
«
Reply #1 on:
December 06, 2021, 01:51:22 AM »
Please set the 'timeFormat' property with 'HH:mm:ss' value.
Code:
<DateTimeBox format="yyyy-MM-dd HH:mm:ss" timeFormat="HH:mm:ss" style="width: 150px"
:panelStyle="{width:'150px'}"></DateTimeBox>
Logged
don
Newbie
Posts: 28
Re: DateTimeBox bug
«
Reply #2 on:
February 07, 2022, 11:07:37 AM »
There's a DateTimeBox for Vue? Is this new? I can't find any demo or documentation...
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...