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

custom month header and Locale.Germany issue #64

Open rohnstock opened 5 years ago

rohnstock commented 5 years ago

Hi,

I use calendar.init(startDate, endDate, new SimpleDateFormat("MMMM, YYYY", Locale.GERMANY)) for formatting the month header. The year after december 2020 will change the first time in february to 2021 but not in january.

Locale.getDefault() or Locale.ENGLISH works correct.

startDate = 2020-01-01
endDate = 2021-01-15 // or // 2021-02-15

bug