Bootstrap Datepicker - Months and Years Only

后端 未结 8 1574
逝去的感伤
逝去的感伤 2020-12-02 07:07

I am using bootstrap datepicker and my code is like following, Demo of the code on jsfiddle

8条回答
  •  半阙折子戏
    2020-12-02 07:53

    Notice that in the version of 1.2.0 the viewMode has changed to startView.

    eg:

    $('#sandbox-container input').datepicker({
      startView: 1,
      minViewMode: 1
    });
    

    http://eternicode.github.io/bootstrap-datepicker/?markup=component&format=yyyy&weekStart=&startDate=&endDate=&startView=2&minViewMode=2&todayBtn=false&language=zh-CN&orientation=auto&autoclose=on&forceParse=on#sandbox

提交回复
热议问题