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/Solar.java:399–401 ·
view source on GitHub ↗
获取星期的中文 @return 日一二三四五六
()
Source
from the content-addressed store, hash-verified
397
* @
return
日一二三四五六
398
*/
399
public
String getWeekInChinese() {
400
return
SolarUtil.WEEK[getWeek()];
401
}
402
403
/**
404
* 获取节日,有可能一天会有多个节日
Callers
1
toFullString
Method · 0.95
Calls
1
getWeek
Method · 0.95
Tested by
no test coverage detected