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

SubTitle issue - subtitles will be repeated after 6 months #65

Open rohnstock opened 5 years ago

rohnstock commented 5 years ago

the subtitle feature is cool,

but I don't understand why all my subtitles will be repated after 6 months? e.g. Date 2019-08-08 (THU) got a subtitle. 6 months later at 2020-02-06 (THU) is the same subtitle, but only 1 subtitle was set.

I have to overwrite the repeated subtitle with "": subTitles.add(new SubTitle(parseDate("2019-08-08"), "first"));
subTitles.add(new SubTitle(parseDate("2020-02-06"), ""));

fandyrahmats commented 4 years ago

I got same problem, anyone can help?

roman-struchev commented 4 years ago

And i, needs to some update