"Angular 5+ bootstrap date & time picker" - 仅限日期

"Angular 5+ bootstrap date & time picker" - Date Only

大家好!

我正在使用以下 Date/Time-Picker: https://dalelotts.github.io/angular-bootstrap-datetimepicker/index.html

我们在网站上用公式多次使用它来插入复杂的带时间的日期,但现在我在一个只有日期的特殊情况下需要它。为了保持网站的风格,我想使用与其他代码相同的组件,但我无法配置此组件。有没有人体验过它并能告诉我它是如何工作的?

谢谢大家!

您需要将 minView 设置为 day,如文档所述:-

If you want the end-user to select a only day (date), setting minView to day will cause selection to happen when the end-user selects a cell in the day view.

Source of the documentation.