Skip to content

Instantly share code, notes, and snippets.

View tinydew4's full-sized avatar

J tinydew4

View GitHub Profile
@tinydew4
tinydew4 / lun2sol.js
Last active November 6, 2019 06:36 — forked from twkang/lun2sol.js
JavaScript: Google spreadsheet scripts to convert dates between Korean lunar calendar and solar calendar
function test_lun2sol() {
Logger.log(lun2sol(2013, 1, 4, 0));
}
function test_sol2lun() {
Logger.log(sol2lun(2013, 1, 26, 1));
}
/**
* lun2sol 의 date 버전