https://github.com/vanng822/camlich
Converter for dates between Vietnamese/Lunar calendar and Western/Solar calendar
https://github.com/vanng822/camlich
Last synced: 2 months ago
JSON representation
Converter for dates between Vietnamese/Lunar calendar and Western/Solar calendar
- Host: GitHub
- URL: https://github.com/vanng822/camlich
- Owner: vanng822
- Created: 2013-05-09T17:17:45.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T12:33:21.000Z (about 6 years ago)
- Last Synced: 2025-01-18T05:27:43.135Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
camlich
=======
Converter between Vietnamese calendar date and Western/Solar calendar date
[](http://travis-ci.org/vanng822/camlich)
## Functions
### lunar2solar(int lunar_day, int lunar_month, int lunar_year, int lunar_leap, int time_zone)
return [day, month, year, leap]
### solar2lunar(int dd, int mm, int yyyy, int time_zone)
return [day, month, year]