DateRangePicker icon indicating copy to clipboard operation
DateRangePicker copied to clipboard

custom month header and Locale.Germany issue

Open rohnstock opened this issue 5 years ago • 0 comments

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

rohnstock avatar Jul 15 '19 07:07 rohnstock