Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testJD2Solar
Method · 0.95
computeYear
Method · 0.95
computeMonth
Method · 0.95
getNearJieQi
Method · 0.95
toFullString
Method · 0.95
computeStart
Method · 0.95
testBaZi2Solar
Method · 0.80
testBaZi2Solar1
Method · 0.80
testBaZi2Solar2
Method · 0.80
testBaZi2Solar3
Method · 0.80
testBaZi2Solar4
Method · 0.80
test14
Method · 0.80
Calls
1
toYmd
Method · 0.95
Tested by
15
testJD2Solar
Method · 0.76
testBaZi2Solar
Method · 0.64
testBaZi2Solar1
Method · 0.64
testBaZi2Solar2
Method · 0.64
testBaZi2Solar3
Method · 0.64
testBaZi2Solar4
Method · 0.64
test14
Method · 0.64
test15
Method · 0.64
test16
Method · 0.64
test19
Method · 0.64
test20
Method · 0.64
test29
Method · 0.64