📅  最后修改于: 2022-03-11 14:55:40.399000             🧑  作者: Mango
There is no option for older version of Bootstrap Datetime Picker. But you can
change the positioning by applying CSS to the dropdown picker.
.bootstrap-datetimepicker-widget.dropdown-menu {
inset: auto!important;
}
Here is the docs for more details :
https://bootstrap-datepicker.readthedocs.io/