We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
可以给一段重现的代码么? 下面的这段调用显示是正常的:
chinese_calendar.is_holiday(datetime.date(2020, 2, 19)) # False
Sorry, something went wrong.
说错了是1月19 import chinese_calendar as cc cc.get_holiday_detail(datetime.date(2020, 1, 19))
噢,这个是个有点令人困惑的 feature,阐述在这里:#41 (comment)
确认了一下,这个的确是有点困惑的 feature (以致于我都没反应过来 😀 ) get_holiday_detail 的功能是检查那天是不是节假日,并且返回当天的属性。 设想中的用法是“确认当天是否放假,并且展示相关的假期。” 的确这个返回让人有点困惑, 我想想,可能的话会在 2.0 里更新一下这个接口的实现。
确认了一下,这个的确是有点困惑的 feature (以致于我都没反应过来 😀 )
feature
get_holiday_detail 的功能是检查那天是不是节假日,并且返回当天的属性。 设想中的用法是“确认当天是否放假,并且展示相关的假期。”
get_holiday_detail
的确这个返回让人有点困惑, 我想想,可能的话会在 2.0 里更新一下这个接口的实现。
噢,这个是个有点令人困惑的 feature,阐述在这里:#41 (comment) 确认了一下,这个的确是有点困惑的 feature (以致于我都没反应过来 😀 ) get_holiday_detail 的功能是检查那天是不是节假日,并且返回当天的属性。 设想中的用法是“确认当天是否放假,并且展示相关的假期。” 的确这个返回让人有点困惑, 我想想,可能的话会在 2.0 里更新一下这个接口的实现。
感觉可以 做类似的设计 春节假期期间: 1.春节当天返回 '春节' 2.其他日期返回 '春节假期'
2.0什么时候更新呀
LKI
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: