Bootstrap UI DateTimePicker 弹出式日历中显示无意义的月日

Nonsensical month days displayed in Bootstrap UI DateTimePicker popup calendar

我在使用 Bootstrap UI + Bootstrap UI DateTimePicker (https://github.com/Gillardo/bootstrap-ui-datetime-picker) 时遇到问题,其中将无意义的日期包含在左侧-日历弹出窗口中的大多数列。请参阅下面的屏幕截图。从上到下,不应该有的日子是31、32、33、34、35、36,不管我换到哪个月,它们都在。

我相信那是几周。 (31是一年中的第31周)

您应该可以通过在 datepickerOptions 中将 show-weeks 设置为 false 来更改此行为。

详情见https://angular-ui.github.io/bootstrap/#/datepicker