1.视图只能选到分钟&#xff0c;秒为当前时间的秒数&#xff0c;如何选取秒&#xff1b; 2.input框右侧的日期选择按钮和清空值按钮体验不友好&#xff1b;加了清空值和选取日期按钮为什么对pickerPosition有影响&#xff1b; 3.pickerPosition不能根据控件位置自动决定位置&#xff1b; 4.startDate和endDate,到最后十年视图的时候选不到2016&#xff0c;只能点箭头翻页去选&#xff1b; 也就是说&#xff0c;当用户在输入框中输入了不正确的日期&#xff0c;选择器将会尽量解析输入的值&#xff0c;并将解析后的正确值按照给定的格式format设置到输入框中。输入不为日期&#xff0c;返回"1899-12-31",具体格式参考format;输入日期缺少时分秒&#xff0c;参考format以0补全;年月日缺少,则日期返回"1899-12-31"; 5.daysOfWeekDisabled可禁止星期几可选;在startDate和endDate之间是否有相应参数可禁止具体日期和日期范围可选; 6.viewSelectNumber or String.&#xff08;未见到效果&#xff09; 默认值值: same as minView (supported values are: &#39;decade&#39;, &#39;year&#39;, &#39;month&#39;, &#39;day&#39;, &#39;hour&#39;) With this option you can select the view from which the date will be selected. By default it&#39;s the last one, however you can choose the first one, so at each click the date will be updated. 7.autoClose可为Boolean和"linked";如果是true的话&#xff0c;"Today" 按钮仅仅将视图转到当天的日期&#xff0c;如果是"linked"&#xff0c;当天日期将会被选中。&#xff08;未看出true和"blinked"的区别&#xff09; 8.pickerRefererString. 默认值: &#39;default&#39; (other value available : &#39;input&#39;);The referer element to place the picker for the component implementation. If you want to place the picker just under the input field, just specify input.&#xff08;没看到效果&#xff09; 9.手工录入日期时间&#xff0c;无法验证值是否在startDate和endDate之间或者是否为daysOfWeekDisabled&#xff0c;格式是否满足format等等&#xff1b; 10.先选日期1&#xff0c;再选日期3&#xff0c;如果选取日期3 <日期1&#xff0c;则日期2无日期可选取&#xff1b;或者&#xff1a;先选日期3&#xff0c;再选日期1&#xff0c;如果选取日期3 <日期1&#xff0c;则日期2无日期可选取&#xff1b;因为如果不是从日期1 -> 日期2 -> 日期3 或者 日期3 -> 日期2 -> 日期1 或者先选可将日期1和日期3构建关系的日期2&#xff0c;则会造成日期2没得选的情况&#xff0c;所以&#xff1b;日期1和日期3中也要设置其日期关系。 11.日期时间选择器&#xff0c;常用的参数比较固定&#xff1b;是否考虑提供默认参数配置&#xff1b;或自行进行自定义包装方法调用&#xff1b;