UNPKG

viet-lunar-calendar

Version:

Helper tool to convert Gregorian date to Vietnamese Lunar Date (default timezone is GMT+7)

6 lines (5 loc) 87 B
export type GregorianDate = { day: number; month: number; year: number; };