lunar-birthday

0.0.3 • Public • Published

给定某人的农历生日和年份,给出此年份的公立生日。

case:

    it('.solarToLunar(year,month,day),农历转公历', function(){
        var lunar = LunarCalendar.lunarToSolar(2015,4,10);
        expect(lunar).to.deep.equal(lunarDate1);
    });

Readme

Keywords

Package Sidebar

Install

npm i lunar-birthday

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • sanrex