EasyUI Forum

General Category => EasyUI for Vue => Topic started by: li_xiao_zhong on December 05, 2021, 09:24:55 PM



Title: DateTimeBox bug
Post by: li_xiao_zhong 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


Title: Re: DateTimeBox bug
Post by: jarry 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>


Title: Re: DateTimeBox bug
Post by: don 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...