-
Notifications
You must be signed in to change notification settings - Fork 172
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
代码中的一个疑问 #43
Comments
第一个问题,因为日历用不到毫秒级别,只需要到秒精度就足够了。 |
非常感谢您的回复
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
首先非常感谢您提供了这么好的一个库,我有个疑问:
在 Solar 的构造方法中,为什么将 MILLISECOND 清除呢,是会有什么隐藏问题吗?
public Solar(Calendar calendar) {
calendar.set(Calendar.MILLISECOND, 0);
......
}
其次想请问下,在Lunar类中考虑增加 nextYear() 和 nextMonth() 方法吗?
非常感谢
The text was updated successfully, but these errors were encountered: