savvisingh / DateRangePicker

Date Range Picker is a Calendar Picker View to show a Customized Date Range Picker with improved UI and functionality to add subtitles to the dates
Apache License 2.0
784 stars 160 forks source link

why have not year? #9

Closed Hankkin closed 6 years ago

savvisingh commented 6 years ago

Thanks for reminding, I will add it

savvisingh commented 6 years ago

Hi there I have added monthHeader DateFormat object in constructor so that you can show year also.

calendar.init(lastYear.getTime(), nextYear.getTime(), new SimpleDateFormat("MMMM, YYYY", Locale.getDefault()));

And update the library to com.savvi.datepicker:rangepicker:1.2.0