Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ getDayInChinese
Method
getDayInChinese
src/main/java/com/nlf/calendar/Lunar.java:776–778 ·
view source on GitHub ↗
获取中文日 @return 中文日,如初一
()
Source
from the content-addressed store, hash-verified
774
* @
return
中文日,如初一
775
*/
776
public
String getDayInChinese() {
777
return
LunarUtil.DAY[day];
778
}
779
780
/**
781
* 获取时辰(地支)
Callers
4
test
Method · 0.95
testLunarTimeGanZhi
Method · 0.95
testLunarTimeGan
Method · 0.95
toString
Method · 0.95
Calls
no outgoing calls
Tested by
3
test
Method · 0.76
testLunarTimeGanZhi
Method · 0.76
testLunarTimeGan
Method · 0.76