This is dedicated to the development repository of the digital Javanese Calendar.
Pustaka is a JavaScript library for the Javanese Calendar.
The Javanese Calendar is a lunar-based calendar system. Javanese people have used it for many purposes in daily life up to the present day since the 14th century.
Mathematical Formula of the Javanese Calendar
The Javanese Calendar is based on mathematics and has been preserved from generation to generation through mathematical formulas. Ironically, not many of the younger generation know or are aware of this knowledge.
This API is easy to use. For example, if you want to find the mathematical formula for the month romadon in the Javanese year 1952:
KalenderJawa.cariRumusAbadiAwalBulanTahunJawa('romadon', 1952).then(data => {
console.log(`${data.rumus.wulan.wulan}_${data.rumus.dino}_${data.rumus.pasaran}`)
// romadon_7_4 (don tu pat)
})Dinten Jawa is a macOS Menu Bar App for the Javanese Calendar.

