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
solar = lunarCalendar.lunarToSolar( 2017, 8, 15 );
return : { year: 2017, month: 9, day: 5 }
2017的中秋节是阳历是10.4 但log出2017年10分所有天数时,4日的lunarFestival是中秋节, lunarCalendar:v0.1.4 node:v6.2.0 os:win10 x64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
solar = lunarCalendar.lunarToSolar( 2017, 8, 15 );
return : { year: 2017, month: 9, day: 5 }
2017的中秋节是阳历是10.4
但log出2017年10分所有天数时,4日的lunarFestival是中秋节,
lunarCalendar:v0.1.4
node:v6.2.0
os:win10 x64
The text was updated successfully, but these errors were encountered: