hijri-datepicker-component
Version:
Forked and enhanced version of datepicker-hijri with additional features. The 'Hijri Datepicker' is a user interface component designed to facilitate the selection and display of Hijri (Islamic) dates in applications. It offers a visual calendar interface
15 lines (14 loc) • 368 B
TypeScript
export declare class MonthDays {
englishDayNames: string[];
setSelectedDate: any;
currentTime: any;
dateFormat: any;
selectedDate: any;
minDate: string;
maxDate: string;
getMonthStartDayName(): any;
monthDays(): any;
isSelectedDate(i: any): boolean;
handleMinAndMaxDate(day: number): any;
render(): any;
}