1
0
mirror of synced 2026-02-08 14:08:00 +08:00

支持0001到9999年。

This commit is contained in:
6tail
2021-04-11 21:09:37 +08:00
parent b0984c52f9
commit ecccdd6380
19 changed files with 1576 additions and 1006 deletions

View File

@@ -124,6 +124,7 @@ public class SolarMonth{
* @param months 月数
* @return 阳历月
*/
@SuppressWarnings("MagicConstant")
public SolarMonth next(int months){
Calendar c = Calendar.getInstance();
c.set(year,month-1,1);