()
| 206 | } |
| 207 | |
| 208 | @Override |
| 209 | public String toString() { |
| 210 | return String.format("%s年%s月%s", getYearInChinese(), getMonthInChinese(), getDayInChinese()); |
| 211 | } |
| 212 | |
| 213 | public String toFullString() { |
| 214 | return String.format("道歷%s年,天運%s年,%s月,%s日。%s月%s日,%s時。", getYearInChinese(), lunar.getYearInGanZhi(), lunar.getMonthInGanZhi(), lunar.getDayInGanZhi(), getMonthInChinese(), getDayInChinese(), lunar.getTimeZhi()); |