@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
6 lines (5 loc) • 349 B
TypeScript
export declare const splitDate: (date: string, format: string, today: string, isRange?: boolean, dateSeparator?: string) => {
formatSeparator?: string;
dateToCheck: string;
};
export declare const verifyDate: (format: string, date: string, minDate: Date, maxDate: Date, dateSeparator?: string, isRange?: boolean, today?: string) => boolean;