标签: html angularjs datepicker calendar datetimepicker
我正在使用类型为month的AngularJS + Html指令input。这允许我只选择月份和年份。我正在使用的代码是:
input
<input type="month" placeholder="yyyy-MM" required class="form-control" />
我得到的日历视图是:
即使日期(日期)不可选,也不会分散注意力,因此我希望日历视图默认为这样:
这甚至可能吗?