Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yannecer authored Nov 13, 2019
1 parent 8c37a9a commit 72c5400
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
implementation 'com.necer.ncalendar:ncalendar:4.3.8'
implementation 'com.necer.ncalendar:ncalendar:4.4.0' 项目升级到androidx
implementation 'com.necer.ncalendar:ncalendar:4.4.1' 项目升级到androidx
```

Expand Down Expand Up @@ -139,7 +139,11 @@ implementation 'com.necer.ncalendar:ncalendar:4.4.0' 项目升级到androidx
//跳转日期
void jumpDate(String formatDate);
void jumpDate(int year, int month, int day);
//跳转月份
void jumpMonth(int year, int month);
//上一页 上一周 上一月
void toLastPager();
Expand Down Expand Up @@ -389,6 +393,7 @@ CalendarDate calendarDate = CalendarUtil.getCalendarDate(LocalDate localDate);


## 更新日志
* 4.4.1<br/> 新增跳转月份的方法
* 4.4.0<br/> 新增适配器模式自定义页面
* 4.3.8<br/> 新增月日历上下月是否可点击的属性 isLastNextMonthClickEnable
* 4.3.7<br/> 修复选中月初月末,实际月份回调bug
Expand Down

0 comments on commit 72c5400

Please sign in to comment.