move the position of bootstrap datepicker

前端 未结 5 2065
無奈伤痛
無奈伤痛 2021-01-18 10:21

Can I able to move the datepicker near the calender icon ??? Any fix for this would be appreciated. datepicker is generated dynamically.

I ha

5条回答
  •  抹茶落季
    2021-01-18 10:41

    Simply you can use followed code sample;

    $('#input').datepicker({
        orientation: "top right"
    });
    

提交回复
热议问题