Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

农历的问题 #850

Open
JasonBtc opened this issue Jan 14, 2025 · 0 comments
Open

农历的问题 #850

JasonBtc opened this issue Jan 14, 2025 · 0 comments

Comments

@JasonBtc
Copy link

JasonBtc commented Jan 14, 2025

private Calendar getSchemeCalendar(int year, int month, int day, int color, String text) { Calendar calendar = new Calendar(); calendar.setYear(year); calendar.setMonth(month); calendar.setDay(day); calendar.setLunar("188.0123"); return calendar; }
hello,请问作者我想把农历的内容替换成自己的,但是数据想封装到Calendar类中,这个怎么处理?

calendar.setLunar("188.0123"); 设置了这个还是显示的是实际的农历

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant