UNPKG

hamro-nepali-patro

Version:

A modern React component library for Nepali (Bikram Sambat, BS) and Gregorian (AD) calendar date picking, conversion, and utilities. Includes a customizable datepicker, BS/AD conversion, and Nepali date functions.

4 lines (3 loc) 233 B
export declare function isInBetween(data: any, first: any, last: any): boolean; export declare const padDateMonth: (val: string | number) => string; export declare function getTotalDaysInAdMonth(year: number, month: number): number;