public class Zodiacs extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getChineseZodiac() |
static String |
getChineseZodiac(Calendar calendar) |
static String |
getChineseZodiac(Date date) |
static String |
getChineseZodiac(int year)
计算生肖
|
static String |
getConstellation() |
static String |
getConstellation(Calendar c) |
static String |
getConstellation(Date date) |
static String |
getConstellation(int month,
int day)
通过生日计算星座
|
public static String getConstellation()
public static String getConstellation(int month, int day)
month
- 月 0开始day
- 天public static String getChineseZodiac()
public static String getChineseZodiac(int year)
year
- 农历年Copyright © 2024. All rights reserved.