bsDatepicker 未以角度设置默认时间
我正在使用 bsDatepicker 库来获取日期和时间,但如果用户首先单击日期而不是选择时间,则日期选择器会在组件初始化时自动选择时间。当用户未选择时间时,是否有任何解决方案可以将默认时间设置为 12:00? HTML 代码为 ====>>>
I am using bsDatepicker library to get date and time, but if user clicks on date first instead of selecting time then the date picker picks the time automatically when the component was initialized. Is there any solution that I can set default time to it like 12:00 when user did not select time??
the HTML code is ====>>><input placeholder="Datepicker" name="endDate" required class="form-control" [bsConfig]="{withTimepicker: true, dateInputFormat: 'MMMM Do YYYY, H:mm:ss', showWeekNumbers:false}" bsDatepicker ngModel>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过将 initCurrentTime 设置为 false ?
Have you tried turning initCurrentTime false ?