1. 이제 startdate를 선택하면 enddate는 같은 달의 날짜만 선택할 수 있습니다. 예를 들어 startdate가 2016-04-21을 선택하면 enddate는 4월의 내용만 선택할 수 있습니다. 설정하려면
2. 캘린더 선택버튼 삭제 방법
设置minDate/maxDate
max-date="endDate" endDate 입력의 min-date="startDate"
修改对应의 템플릿
https://github.com/angular-ui/bootstrap/blob/master/template/datepicker/day.html
templateCache 키 => "uib/템플릿/datepicker/day.html"
startDate 입력의设置minDate/maxDate
max-date="endDate"
endDate 입력의 min-date="startDate"
修改对应의 템플릿
https://github.com/angular-ui/bootstrap/blob/master/template/datepicker/day.html
templateCache 키 => "uib/템플릿/datepicker/day.html"