ng4-pick-datetime
Version:
Angular 4 Date Time Picker
23 lines (22 loc) • 616 B
TypeScript
export declare class OwlDateTimeIntl {
upSecondLabel: string;
downSecondLabel: string;
upMinuteLabel: string;
downMinuteLabel: string;
upHourLabel: string;
downHourLabel: string;
prevMonthLabel: string;
nextMonthLabel: string;
prevYearLabel: string;
nextYearLabel: string;
prevMultiYearLabel: string;
nextMultiYearLabel: string;
switchToMonthViewLabel: string;
switchToMultiYearViewLabel: string;
cancelBtnLabel: string;
setBtnLabel: string;
rangeFromLabel: string;
rangeToLabel: string;
hour12AMLabel: string;
hour12PMLabel: string;
}