Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ toString
Method
toString
src/main/java/com/nlf/calendar/Solar.java:575–578 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
573
}
574
575
@Override
576
public
String toString() {
577
return
toYmd();
578
}
579
580
public
String toYmd() {
581
return
String.format(
"%04d-%02d-%02d"
, year, month, day);
Callers
15
test
Method · 0.95
test26
Method · 0.95
test38
Method · 0.95
test1
Method · 0.95
test2
Method · 0.95
test3
Method · 0.95
test4
Method · 0.95
test5
Method · 0.95
test6
Method · 0.95
test7
Method · 0.95
test8
Method · 0.95
test9
Method · 0.95
Calls
1
toYmd
Method · 0.95
Tested by
15
test
Method · 0.76
test26
Method · 0.76
test38
Method · 0.76
test1
Method · 0.76
test2
Method · 0.76
test3
Method · 0.76
test4
Method · 0.76
test5
Method · 0.76
test6
Method · 0.76
test7
Method · 0.76
test8
Method · 0.76
test9
Method · 0.76