Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yannecer authored Sep 28, 2017
1 parent 84a6179 commit 1d7d7d0
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ http://fir.im/7lv4

#### Gradle
```
compile 'com.necer.ncalendar:ncalendar:2.4.0'
compile 'com.necer.ncalendar:ncalendar:2.4.1'
```


Expand Down Expand Up @@ -78,17 +78,16 @@ ncalendar.setDate("2017-12-31");
ncalendar.toToday();
```

##### 4、月-->周  周-->月
##### 4、日历切换,月-->周  周-->月
```
ncalendar.toWeek();
ncalendar.toMonth();
```
###### 5、上一月、下一月、上一周、下一周
```
ncalendar.toNextMonth();
ncalendar.toLastMonth();
ncalendar.toLastWeek();
ncalendar.toNextWeek();
ncalendar.toNextPager();
ncalendar.toLastPager();
```

##### 6、添加指示圆点
Expand Down Expand Up @@ -163,9 +162,6 @@ monthcalendar.setDefaultSelect(false);
| endDate|日期结束时间|



### 联系我加qq :619008099

#### View绘制:http://blog.csdn.net/y12345654321/article/details/73331253
#### 滑动处理:http://blog.csdn.net/y12345654321/article/details/77978148

0 comments on commit 1d7d7d0

Please sign in to comment.