Skip to content

conversion between solar calendar and lunar calendar.

Notifications You must be signed in to change notification settings

csWen/chinese_calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChineseCalendar

Convert Solar Calendar and Lunar Calendar.
Range:
solar: 1900-01-31 ~ 2101-01-28
lunal: 1900-01-01 ~ 2100-12-29

ChineseCalendar.lunal_to_solar(1949, 8, 10, false) # -> {1949, 10, 1}
ChineseCalendar.solar_to_lunal(1949, 10, 1) # -> {1949, 8, 10, false}

About

conversion between solar calendar and lunar calendar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages