Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ getDayInGanZhiExact
Method
getDayInGanZhiExact
src/main/java/com/nlf/calendar/Lunar.java:616–618 ·
view source on GitHub ↗
获取干支纪日(日柱,晚子时日柱算明天) @return 干支纪日(日柱),如己卯
()
Source
from the content-addressed store, hash-verified
614
* @
return
干支纪日(日柱),如己卯
615
*/
616
public
String getDayInGanZhiExact() {
617
return
getDayGanExact() + getDayZhiExact();
618
}
619
620
/**
621
* 获取干支纪日(日柱,晚子时日柱算当天)
Callers
9
test19
Method · 0.95
getTimeYi
Method · 0.95
getTimeJi
Method · 0.95
getDayXunExact
Method · 0.95
getDayXunKongExact
Method · 0.95
fromBaZi
Method · 0.95
getDay
Method · 0.80
getYi
Method · 0.80
getJi
Method · 0.80
Calls
2
getDayGanExact
Method · 0.95
getDayZhiExact
Method · 0.95
Tested by
1
test19
Method · 0.76