1、现在有一个需求,当startdate被选后,enddate只能选择同一个月的日期,比如 startdate选择了 2016-04-21 那么enddate只能选择4月份的内容,请问怎么设置
2、怎么删掉日历上的选择按钮
设置minDate/maxDate
max-date="endDate" on the startDate input min-date="startDate" on the endDate input
修改对应的template
https://github.com/angular-ui/bootstrap/blob/master/template/datepicker/day.html
templateCache key => "uib/template/datepicker/day.html"
设置minDate/maxDate
max-date="endDate" on the startDate input
min-date="startDate" on the endDate input
修改对应的template
https://github.com/angular-ui/bootstrap/blob/master/template/datepicker/day.html
templateCache key => "uib/template/datepicker/day.html"