UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

25 lines (24 loc) 596 B
export declare const DATE_FORMAT_STRING = "DD.MM.YYYY"; export declare const DATE_TIME_FORMAT_STRING = "DD.MM.YYYY HH:mm"; export declare const DATE_FORMAT: { parse: { dateInput: string; }; display: { dateInput: string; monthYearLabel: string; dateA11yLabel: string; monthYearA11yLabel: string; }; }; export declare const DATE_TIME_FORMAT: { parse: { dateInput: string; }; display: { dateInput: string; monthYearLabel: string; dateA11yLabel: string; monthYearA11yLabel: string; }; };