Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yannecer authored Oct 30, 2017
1 parent 53462d3 commit 738db89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ app:firstDayOfWeek="Monday"
app:startDate="2010-10-01"
app:endDate="2018-10-31"
```
或者代码设置
```
ncalendar.setDateInterval("2017-04-02","2018-01-01");
```


##### 9、单一月日历、周日历设置默认不选中
Expand Down Expand Up @@ -171,6 +175,7 @@ monthcalendar.setDefaultSelect(false);
| pointColor|指示圆点颜色|
| startDate|日期开始时间|
| endDate|日期结束时间|
| backgroundColor|日历背景颜色|


#### View绘制:http://blog.csdn.net/y12345654321/article/details/73331253
Expand Down

0 comments on commit 738db89

Please sign in to comment.