UNPKG

ng-prime-tools

Version:

An advanced PrimeNG table for Angular

7 lines 572 B
import { DateFormatType } from '../types/date-format.type'; import { DateInputType } from '../types/date-input.type'; export declare function getDefaultDateFormat(dateInputType: DateInputType): DateFormatType; export declare function getDefaultPlaceholder(dateInputType: DateInputType): string; export declare function parseDate(dateString: string, format: DateFormatType): Date; export declare function validateTimeValue(value: string, dateFormat: DateFormatType, valueType: 'minValue' | 'maxValue', hourFormat: '12' | '24'): void; //# sourceMappingURL=date.util.d.ts.map