MCPcopy Create free account
hub / github.com/6tail/lunar-java / toYmdHms

Method toYmdHms

src/main/java/com/nlf/calendar/Solar.java:584–586  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

582 }
583
584 public String toYmdHms() {
585 return toYmd() + " " + String.format("%02d:%02d:%02d", hour, minute, second);
586 }
587
588 public String toFullString() {
589 StringBuilder s = new StringBuilder();

Callers 15

testJD2SolarMethod · 0.95
computeYearMethod · 0.95
computeMonthMethod · 0.95
getNearJieQiMethod · 0.95
toFullStringMethod · 0.95
computeStartMethod · 0.95
testBaZi2SolarMethod · 0.80
testBaZi2Solar1Method · 0.80
testBaZi2Solar2Method · 0.80
testBaZi2Solar3Method · 0.80
testBaZi2Solar4Method · 0.80
test14Method · 0.80

Calls 1

toYmdMethod · 0.95

Tested by 15

testJD2SolarMethod · 0.76
testBaZi2SolarMethod · 0.64
testBaZi2Solar1Method · 0.64
testBaZi2Solar2Method · 0.64
testBaZi2Solar3Method · 0.64
testBaZi2Solar4Method · 0.64
test14Method · 0.64
test15Method · 0.64
test16Method · 0.64
test19Method · 0.64
test20Method · 0.64
test29Method · 0.64