AnyDate icon indicating copy to clipboard operation
AnyDate copied to clipboard

Add lunar calendar system

Open DaveDev42 opened this issue 8 years ago • 1 comments

What is lunar calendar?

Lunar calendar

Lunar calendar is a calendar based upon cycles of the Moon's phases.

Gregorian calendar is also common and legal use in most countries, but also traditional lunar and lunisolar calendears continue to be used in many countries to determine religious festivals and national holidays.

But, unfortunately, unlike gregorian calendar, there are several seperated lunar calendar systems:

  • Korean calendar
  • Chinese calendar
  • Japanese calendar
  • Vietnamese calendar
  • Mongolian calendar
  • Islamic calendar
  • Hebrew calendar

I can strongly urge that: good application/solution/service have to understand about users and also their habit, tradition and life; even if they are using some unfamiliar calendar.

If AnyDate supports about all other calendars, it can very helpful to development global things.

DaveDev42 avatar Oct 13 '17 03:10 DaveDev42

Interesting to see other people working on calendars. My calendar library might inspire you, too.

I am actually implementing some East Asian calendars in Java but the Mongolian calendar is still like a white sheet for me. The best I found was the insufficient wikipedia page. Is it like the Chinese calendar but calculated for a different geographical longitude or time zone offset (which one exactly) ? Do you have other sources explaining the calculation details?

MenoData avatar Feb 19 '18 14:02 MenoData