Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ getWeekInChinese
Method
getWeekInChinese
src/main/java/com/nlf/calendar/Lunar.java:882–884 ·
view source on GitHub ↗
获取星期的中文 @return 日一二三四五六
()
Source
from the content-addressed store, hash-verified
880
* @
return
日一二三四五六
881
*/
882
public
String getWeekInChinese() {
883
return
SolarUtil.WEEK[getWeek()];
884
}
885
886
/**
887
* 获取宿
Callers
2
toFullString
Method · 0.95
test
Method · 0.45
Calls
1
getWeek
Method · 0.95
Tested by
1
test
Method · 0.36