iview [Feature Request] adds default time after calendar control selection date.

jhdbpxl9  于 2022-11-19  发布在  其他
关注(0)|答案(1)|浏览(151)

What problem does this feature solve?

解决了日历控件选择日期后需要设置默认时间

What does the proposed API look like?

default-time 选中日期后的默认具体时刻 非范围选择时:string / 范围选择时:string[] 非范围选择时:形如12:00:00的字符串;范围选择时:数组,长度为 2,每项值为字符串,形如12:00:00,第一项指定开始日期的时刻,第二项指定结束日期的时刻。不指定会使用时刻 00:00:00

ee7vknir

ee7vknir1#

Translation of this issue:
What problem does this feature solve?
The default time is set when the calendar control is selected.
What does the proposed API look like?
The default specific time after the default-time selected date is non range selection: string / range selection: string[] non range selection: a string like 12:00:00; range selection: array, length 2, each value as a string, form like 12:00:00, the first item to specify the start date, the second specified end The time of the date. It is not specified that time 00:00:00 will be used

相关问题