View lun2sol.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function test_lun2sol() { | |
Logger.log(lun2sol(2013, 1, 4, 0)); | |
} | |
function test_sol2lun() { | |
Logger.log(sol2lun(2013, 1, 26, 1)); | |
} | |
/** | |
* lun2sol 의 date 버전 |