EvgeniiSiniuk / tg-inline-calendar

Date and time picker and inline calendar for Java telegram bots.
Apache License 2.0
4 stars 1 forks source link

Bug when move to the next year. #3

Open glorko opened 6 months ago

glorko commented 6 months ago

} else if (date.getMonthValue() == 12) { int nextYear = date.getYear() + 1; prevMonthCallbackData = date.getYear() + "-11-01"; nextMonthCallbackData = nextYear + "-01-01"; }