MCPcopy 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

testMethod · 0.95
test26Method · 0.95
test38Method · 0.95
test1Method · 0.95
test2Method · 0.95
test3Method · 0.95
test4Method · 0.95
test5Method · 0.95
test6Method · 0.95
test7Method · 0.95
test8Method · 0.95
test9Method · 0.95

Calls 1

toYmdMethod · 0.95

Tested by 15

testMethod · 0.76
test26Method · 0.76
test38Method · 0.76
test1Method · 0.76
test2Method · 0.76
test3Method · 0.76
test4Method · 0.76
test5Method · 0.76
test6Method · 0.76
test7Method · 0.76
test8Method · 0.76
test9Method · 0.76