format-days-calendar.d.ts 429 B

1234
  1. import { DatepickerFormatOptions, DaysCalendarModel, DaysCalendarViewModel } from '../models';
  2. export declare function formatDaysCalendar(daysCalendar: DaysCalendarModel, formatOptions: DatepickerFormatOptions, monthIndex: number): DaysCalendarViewModel;
  3. export declare function getWeekNumbers(daysMatrix: Date[][], format: string, locale: string): string[];
  4. export declare function getShiftedWeekdays(locale: string): string[];