ngx-hijri-gregorian-datepicker
Version:
* Lightweight **Angular** datepicker based on [ng-bootstrap](https://ng-bootstrap.github.io/#/components/datepicker/overview) that supports **Gregorian** and **Hijri** calendars. * Provides ability to swap between **Gregorian** and **Hijri** calendars
9 lines (8 loc) • 387 B
TypeScript
import { NgbDatepickerI18n, NgbDateStruct } from '@ng-bootstrap/ng-bootstrap';
export declare class IslamicI18n extends NgbDatepickerI18n {
getWeekdayShortName(weekday: number): string;
getMonthShortName(month: number): string;
getMonthFullName(month: number): string;
getDayAriaLabel(date: NgbDateStruct): string;
getWeekdayLabel(weekday: number): string;
}