@connect-soft/mui-hook-form
Version:
7 lines • 388 B
TypeScript
export declare const DATE_INPUT_FORMAT = "DD/MM/YYYY";
export declare const DATE_DB_FORMAT = "YYYY-MM-DD";
export declare const TIME_INPUT_FORMAT = "HH:mm";
export declare const TIME_DB_FORMAT = "HH:mm:ss";
export declare const DATE_TIME_INPUT_FORMAT = "YYYY-MM-DD HH:mm";
export declare const DATE_TIME_WITH_SECONDS_INPUT_FORMAT = "YYYY-MM-DD HH:mm";
//# sourceMappingURL=config.d.ts.map