1.0.12 • Published 8 years ago

lunardate v1.0.12

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

lunardate

Thi is the javascript library to convert date to lunar date and vice versa.

installation

    npm install lunardate

Usages

convert from solar date to lunar date

import {convertSolar2Lunar} from "lunardate"

const lunarDate = convertSolar2Lunar(20, 5, 1990);

console.log(lunarDate)

// output will give below result
// { year: 1990, month: 4, day: 26, isLeafYear: false }

Credit

This library using the source from https://www.informatik.uni-leipzig.de/~duc/amlich/ with few small modification

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago