UNPKG

ion-datepicker-fixed-aot

Version:

Fixed version for https://github.com/misha130/ion-datepicker

15 lines (14 loc) 381 B
import { languages } from './nls'; export declare class DateService { private static _local; locale: languages; setCustomNls(val: { weekdays: string[]; months: string[]; }): void; getDaysOfWeek(): string[]; getMonths(): string[]; doesStartFromMonday(): boolean; getYears(): number[]; createDateList(currentDate: Date): Date[]; }