0.0.6 • Published 2 years ago

vietnamese-lunar-calendar v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Vietnamese lunar calendar

A JavaScript library convert solar date to vietnamese lunar date

Installation

npm i vietnamese-lunar-calendar

Examples

Convert Solar date to Lunar date

import { LunarDate } from 'vietnamese-lunar-calendar';

new LunarDate();

new LunarDate(2022, 2, 1);
/*
  Output:
  Lunar year: 2022
  Lunar month: 1
  Lunar date: 1
*/

new LunarDate(new Date(2022, 1, 1));
/*
  Output:
  Lunar year: 2022
  Lunar month: 1
  Lunar date: 1
*/

Interface

Property
yearlunar year in number
monthlunar month in number
datelunar date in number
lunarYearlunar year in ganzhi
lunarMonthlunar month in ganzhi
lunarDatelunar date in ganzhi
isLeapwhether lunar year is a leap year
isVegetarianDayBuddhists vegetarian day
luckyHoursauspicious time to do something
holidaypublic holidays in Vietnam

Thanks

Hồ Ngọc Đức Lunar Calendar

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago