Date
Interface#
interface DateData extends FieldData {
startYear?: number;
startAt?: number;
touchUi?: boolean;
startView?: 'month' | 'year' | 'multi-year';
format?: 'number' | string;
stringToDate?: string;
autocomplete?: string;
includeTime?: boolean;
labelHours?: string;
labelMinutes?: string;
placeholderHours?: string;
placeholderMinutes?: string;
}