Open kitwtnb opened 7 years ago
I want to know what is the return value of "CalendarUtil.getNextMonthTimeInMillis()". Example,
CalendarUtil.getNextMonthTimeInMillis(1451617200000L) // 2016/01/01 12:00:00.000 ↓ 1454295600L // 2016/02/01 12:00:00.000
In next case, what is the correct return value?
CalendarUtil.getNextMonthTimeInMillis(1454124896) // 2016/01/30 12:34:56.789 ↓ ???
I want to know what is the return value of "CalendarUtil.getNextMonthTimeInMillis()". Example,
In next case, what is the correct return value?