Carbs0126/GregorianLunarCalendar

Create table Lunar

Opened this issue · 0 comments

I want create a table lunar. When scroll table Gregorian then change table Lunar. But when i use code:

"GregorianLunarCalendarView.CalendarData calendarData =
mGLCView.getCalendarData();
Calendar calendars = calendarData.getCalendar();

    mGLCViewLunar.init(calendars,false);

"

Result in Lunar Table in fist open activity : 1901 - 01 - 01.

But when i scroll Gegorian table then result in Lunar Table is true.
Please help me.