标签: java calendar gregorian-calendar hijri
我正在使用一个类将Gregorian转换为Hijri日期。
hdate = hijriToGreg(y, m, d);
如何循环使用这个以获得hijri月的天数?
换句话说,我怎样才能获得hijri月的最后一天?