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
from datetime import datetime from zhdate import ZhDate print(ZhDate.from_datetime(datetime(2017, 8, 12)).chinese())
输出为:
二零一七年闰六月二十一 丁酉年 (鸡年)
其中的「二十一」 换成 「廿一」会不会好点。
The text was updated successfully, but these errors were encountered:
已经在 #6 中更改。
Sorry, something went wrong.
No branches or pull requests
输出为:
其中的「二十一」 换成 「廿一」会不会好点。
The text was updated successfully, but these errors were encountered: