ngx-bootstrap
Version:
Native Angular Bootstrap Components
4 lines (3 loc) • 351 B
TypeScript
import { DatepickerFormatOptions, DaysCalendarModel, MonthViewModel } from '../models/index';
export declare function formatMonthView(daysCalendar: DaysCalendarModel, formatOptions: DatepickerFormatOptions, monthIndex: number): MonthViewModel;
export declare function getWeekNumbers(daysMatrix: Date[][], format: string, locale: string): string[];