Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ toFullString
Method
toFullString
src/main/java/com/nlf/calendar/SolarWeek.java:304–306 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
302
}
303
304
public
String toFullString() {
305
return
year +
"年"
+ month +
"月第"
+ getIndex() +
"周"
;
306
}
307
}
Callers
3
test
Method · 0.95
testFromMonday
Method · 0.95
testFromSunday
Method · 0.95
Calls
1
getIndex
Method · 0.95
Tested by
3
test
Method · 0.76
testFromMonday
Method · 0.76
testFromSunday
Method · 0.76