1.0.12 • Published 7 years ago

lunardate v1.0.12

Weekly downloads
9
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago