UNPKG

@universal-material/angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.

8 lines (7 loc) 330 B
export declare abstract class DatepickerAdapter { abstract formatDate(date: Date | null): string; abstract getMonthName(date: Date | null): string; abstract getMonthWithYear(date: Date | null): string; abstract getYear(date: Date | null): string; abstract getWeekDaysNames(firstDayOfWeek: number): string[]; }